Compartilhar via


ManagedClustersOperationsExtensions.ListBySubscriptionNextAsync Método

Definição

Obtém a lista de recursos de cluster do Service Fabric criados na assinatura especificada.

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

Parâmetros

operations
IManagedClustersOperations

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

Comentários

Obtém todos os recursos de cluster do Service Fabric criados ou no processo de criação na assinatura.

Aplica-se a