Partager via


CloudServicesUpdateDomainOperationsExtensions.ListUpdateDomainsNextAsync Méthode

Définition

Obtient la liste de tous les domaines de mise à jour dans un service cloud.

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

Paramètres

operations
ICloudServicesUpdateDomainOperations

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 à