DeploymentStacksSdkClient.ListManagementGroupDeploymentStack 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 System.Collections.Generic.IList<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack> ListManagementGroupDeploymentStack (string managementGroupId, bool throwIfNotExists = true);
member this.ListManagementGroupDeploymentStack : string * bool -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack>
Public Function ListManagementGroupDeploymentStack (managementGroupId As String, Optional throwIfNotExists As Boolean = true) As IList(Of PSDeploymentStack)
Parameters
- managementGroupId
- String
- throwIfNotExists
- Boolean