Freigeben über


WebCategoriesOperationsExtensions.ListBySubscriptionNextAsync Methode

Definition

Ruft alle Azure-Webkategorien in einem Abonnement ab.

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

Parameter

operations
IWebCategoriesOperations

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: