Compartir a través de


CloudServicesUpdateDomainOperationsExtensions.ListUpdateDomainsNextAsync Método

Definición

Obtiene una lista de todos los dominios de actualización de un servicio en la nube.

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))

Parámetros

operations
ICloudServicesUpdateDomainOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a