Freigeben über


ApplicationsOperationsExtensions.Get Methode

Definition

Ruft eine Service Fabric-Anwendungsressource ab.

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

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

applicationName
String

Der Name der Anwendungsressource.

Gibt zurück

Hinweise

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

Gilt für: