Freigeben über


ManagedClustersOperationsExtensions.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.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster>> ListByResourceGroupAsync(this Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : 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 ListByResourceGroupAsync (operations As IManagedClustersOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedCluster))

Parameter

operations
IManagedClustersOperations

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: