Freigeben über


PublicIPPrefixesOperationsExtensions.ListAllNextAsync Methode

Definition

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

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

Parameter

operations
IPublicIPPrefixesOperations

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: