get Deployment At Management Group Scope
suspend fun getDeploymentAtManagementGroupScope(argument: GetDeploymentAtManagementGroupScopePlainArgs): GetDeploymentAtManagementGroupScopeResult
Gets a deployment. Uses Azure REST API version 2024-03-01. Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01. 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 information.
Parameters
argument
null
suspend fun getDeploymentAtManagementGroupScope(deploymentName: String, groupId: String): GetDeploymentAtManagementGroupScopeResult
Return
Deployment information.
Parameters
deployment Name
The name of the deployment.
group Id
The management group ID.
See also
suspend fun getDeploymentAtManagementGroupScope(argument: suspend GetDeploymentAtManagementGroupScopePlainArgsBuilder.() -> Unit): GetDeploymentAtManagementGroupScopeResult
Return
Deployment information.
Parameters
argument
Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetDeploymentAtManagementGroupScopePlainArgs.