Freigeben über


ManagedClustersOperationsExtensions.ListBySubscriptionAsync Methode

Definition

Ruft die Liste der Service Fabric-Clusterressourcen ab, die im angegebenen Abonnement erstellt wurden.

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

Parameter

operations
IManagedClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft alle Service Fabric-Clusterressourcen ab, die im Abonnement erstellt oder erstellt werden.

Gilt für: