get Deployment Stack At Subscription
suspend fun getDeploymentStackAtSubscription(argument: GetDeploymentStackAtSubscriptionPlainArgs): GetDeploymentStackAtSubscriptionResult
Gets a Deployment Stack with a given name. Azure REST API version: 2022-08-01-preview.
Return
Deployment stack object.
Parameters
argument
null
suspend fun getDeploymentStackAtSubscription(deploymentStackName: String): GetDeploymentStackAtSubscriptionResult
Return
Deployment stack object.
See also
Parameters
deployment Stack Name
Name of the deployment stack.
suspend fun getDeploymentStackAtSubscription(argument: suspend GetDeploymentStackAtSubscriptionPlainArgsBuilder.() -> Unit): GetDeploymentStackAtSubscriptionResult
Return
Deployment stack object.
See also
Parameters
argument
Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetDeploymentStackAtSubscriptionPlainArgs.