DeploymentStacksSdkClient.GetManagementGroupDeploymentStack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack GetManagementGroupDeploymentStack (string managementGroupId, string deploymentStackName, bool throwIfNotExists = true);
member this.GetManagementGroupDeploymentStack : string * string * bool -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack
Public Function GetManagementGroupDeploymentStack (managementGroupId As String, deploymentStackName As String, Optional throwIfNotExists As Boolean = true) As PSDeploymentStack
Parameters
- managementGroupId
- String
- deploymentStackName
- String
- throwIfNotExists
- Boolean