DeploymentStacksOperationsExtensions.GetAtManagementGroup 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.
Gets a Deployment stack with a given name at Management Group scope.
public static Microsoft.Azure.Management.Resources.Models.DeploymentStack GetAtManagementGroup (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string managementGroupId, string deploymentStackName);
static member GetAtManagementGroup : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * string -> Microsoft.Azure.Management.Resources.Models.DeploymentStack
<Extension()>
Public Function GetAtManagementGroup (operations As IDeploymentStacksOperations, managementGroupId As String, deploymentStackName As String) As DeploymentStack
Parameters
- operations
- IDeploymentStacksOperations
The operations group for this extension method.
- managementGroupId
- String
Management Group id.
- deploymentStackName
- String
Name of the deployment stack.