Partager via


CustomIPPrefixesOperationsExtensions.ListAllNextAsync Méthode

Définition

Obtient tous les préfixes IP personnalisés d’un abonnement.

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

Paramètres

operations
ICustomIPPrefixesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à