Freigeben über


ClustersOperationsExtensions.Get(IClustersOperations, String, String) Methode

Definition

Ruft eine Service Fabric-Clusterressource ab.

public static Microsoft.Azure.Management.ServiceFabric.Models.Cluster Get (this Microsoft.Azure.Management.ServiceFabric.IClustersOperations operations, string resourceGroupName, string clusterName);
static member Get : Microsoft.Azure.Management.ServiceFabric.IClustersOperations * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.Cluster
<Extension()>
Public Function Get (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As Cluster

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

Gibt zurück

Hinweise

Rufen Sie eine Service Fabric-Clusterressource ab, die in der angegebenen Ressourcengruppe erstellt wurde oder gerade erstellt wird.

Gilt für: