Freigeben über


ServicesOperationsExtensions.Get Methode

Definition

Ruft eine Service Fabric-Dienstressource ab.

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

Parameter

operations
IServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

applicationName
String

Der Name der Anwendungsressource.

serviceName
String

Der Name der Dienstressource im Format {applicationName}~{serviceName}.

Gibt zurück

Hinweise

Rufen Sie eine Service Fabric-Dienstressource ab, die in der Service Fabric-Anwendungsressource erstellt wurde oder gerade erstellt wird.

Gilt für: