DeploymentStacksSdkClient.GetResourceGroupDeploymentStack 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 GetResourceGroupDeploymentStack (string resourceGroupName, string deploymentStackName, bool throwIfNotExists = true);
member this.GetResourceGroupDeploymentStack : string * string * bool -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack
Public Function GetResourceGroupDeploymentStack (resourceGroupName As String, deploymentStackName As String, Optional throwIfNotExists As Boolean = true) As PSDeploymentStack
Parameters
- resourceGroupName
- String
- deploymentStackName
- String
- throwIfNotExists
- Boolean