Compartilhar via


PrivateCloudsOperationsExtensions.ListInSubscriptionNextAsync Método

Definição

Listar nuvens privadas em uma assinatura

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

Parâmetros

operations
IPrivateCloudsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a