Sdílet prostřednictvím


ManagementGroupSubscriptionsOperationsExtensions.GetSubscriptionsUnderManagementGroupNextAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>> GetSubscriptionsUnderManagementGroupNextAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionsUnderManagementGroupNextAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>>
<Extension()>
Public Function GetSubscriptionsUnderManagementGroupNextAsync (operations As IManagementGroupSubscriptionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SubscriptionUnderManagementGroup))

Parameters

operations
IManagementGroupSubscriptionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to