get Deployment Stack At Subscription
suspend fun getDeploymentStackAtSubscription(argument: GetDeploymentStackAtSubscriptionPlainArgs): GetDeploymentStackAtSubscriptionResult
Gets a Deployment stack with a given name at Subscription scope. Uses Azure REST API version 2024-03-01. Other available API versions: 2022-08-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native resources [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Deployment stack object.
Parameters
argument
null
suspend fun getDeploymentStackAtSubscription(deploymentStackName: String): GetDeploymentStackAtSubscriptionResult
Return
Deployment stack object.
Parameters
deployment Stack Name
Name of the deployment stack.
See also
suspend fun getDeploymentStackAtSubscription(argument: suspend GetDeploymentStackAtSubscriptionPlainArgsBuilder.() -> Unit): GetDeploymentStackAtSubscriptionResult
Return
Deployment stack object.
Parameters
argument
Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetDeploymentStackAtSubscriptionPlainArgs.