Share via


DeploymentStacksOperationsExtensions.ListAtManagementGroup Method

Definition

Lists all the Deployment stacks within the specified Management Group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack> ListAtManagementGroup (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string managementGroupId);
static member ListAtManagementGroup : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>
<Extension()>
Public Function ListAtManagementGroup (operations As IDeploymentStacksOperations, managementGroupId As String) As IPage(Of DeploymentStack)

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

managementGroupId
String

Management Group id.

Returns

Applies to