Sdílet prostřednictvím


DeploymentStacksSdkClient.ListResourceGroupDeploymentStack Method

Definition

public System.Collections.Generic.IList<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack> ListResourceGroupDeploymentStack (string resourceGroupName, bool throwIfNotExists = true);
member this.ListResourceGroupDeploymentStack : string * bool -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack>
Public Function ListResourceGroupDeploymentStack (resourceGroupName As String, Optional throwIfNotExists As Boolean = true) As IList(Of PSDeploymentStack)

Parameters

resourceGroupName
String
throwIfNotExists
Boolean

Returns

Applies to