ManagementGroupSubscriptionsOperationsExtensions.GetSubscriptionsUnderManagementGroup Method

Definition

Retrieves details about all subscriptions which are associated with the management group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup> GetSubscriptionsUnderManagementGroup (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string groupId, string skiptoken = default);
static member GetSubscriptionsUnderManagementGroup : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>
<Extension()>
Public Function GetSubscriptionsUnderManagementGroup (operations As IManagementGroupSubscriptionsOperations, groupId As String, Optional skiptoken As String = Nothing) As IPage(Of SubscriptionUnderManagementGroup)

Parameters

operations
IManagementGroupSubscriptionsOperations

The operations group for this extension method.

groupId
String

Management Group ID.

skiptoken
String

Page continuation token is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.

Returns

Applies to