get Deployment At Subscription Scope
suspend fun getDeploymentAtSubscriptionScope(argument: GetDeploymentAtSubscriptionScopePlainArgs): GetDeploymentAtSubscriptionScopeResult
Gets a deployment. Uses Azure REST API version 2022-09-01. Other available API versions: 2023-07-01, 2024-03-01, 2024-07-01, 2024-11-01.
Return
Deployment information.
Parameters
argument
null
suspend fun getDeploymentAtSubscriptionScope(deploymentName: String): GetDeploymentAtSubscriptionScopeResult
Return
Deployment information.
Parameters
deployment Name
The name of the deployment.
See also
suspend fun getDeploymentAtSubscriptionScope(argument: suspend GetDeploymentAtSubscriptionScopePlainArgsBuilder.() -> Unit): GetDeploymentAtSubscriptionScopeResult
Return
Deployment information.
Parameters
argument
Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetDeploymentAtSubscriptionScopePlainArgs.