Share via


DeploymentStacksOperationsExtensions.GetAtManagementGroup Method

Definition

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.

Returns

Applies to