Freigeben über


ManagementGroupSubscriptionsOperationsExtensions.GetSubscriptionsUnderManagementGroupNextAsync Methode

Definition

Ruft Details zu allen Abonnements ab, die der Verwaltungsgruppe zugeordnet sind.

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))

Parameter

operations
IManagementGroupSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: