Freigeben über


ClustersOperationsExtensions.ListByResourceGroupAsync Methode

Definition

Ruft die Liste der Service Fabric-Clusterressourcen ab, die in der angegebenen Ressourcengruppe erstellt wurden.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ClusterListResult> ListByResourceGroupAsync (this Microsoft.Azure.Management.ServiceFabric.IClustersOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.ServiceFabric.IClustersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ClusterListResult>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IClustersOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterListResult)

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft alle Service Fabric-Clusterressourcen ab, die in der Ressourcengruppe erstellt oder erstellt werden.

Gilt für: