Compartir a través de


ManagedClustersOperationsExtensions.ListBySubscriptionNextAsync Método

Definición

Obtiene la lista de recursos de clúster de Service Fabric creados en la suscripción especificada.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster>> ListBySubscriptionNextAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionNextAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.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

Grupo de operaciones para 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

Comentarios

Obtiene todos los recursos de clúster de Service Fabric creados o en el proceso de creación en la suscripción.

Se aplica a