Partager via


WorkloadNetworksOperationsExtensions.ListSegmentsNextAsync Méthode

Définition

Liste des segments d’un réseau de charge de travail de cloud privé.

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

Paramètres

operations
IWorkloadNetworksOperations

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 à