get Deployment Stack At Subscription
suspend fun getDeploymentStackAtSubscription(argument: GetDeploymentStackAtSubscriptionPlainArgs): GetDeploymentStackAtSubscriptionResult
Gets a Deployment Stack with a given name. Uses Azure REST API version 2022-08-01-preview. Other available API versions: 2024-03-01.
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.