Partager via


DscpConfigurationOperationsExtensions.ListAllNextAsync Méthode

Définition

Obtient toutes les configurations dscp d’un abonnement.

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

Paramètres

operations
IDscpConfigurationOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à