Freigeben über


ServicesOperationsExtensions.GetAsync Methode

Definition

Ruft eine Service Fabric-Dienstressource ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ServiceResource> GetAsync (this Microsoft.Azure.Management.ServiceFabric.IServicesOperations operations, string resourceGroupName, string clusterName, string applicationName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceFabric.IServicesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ServiceResource>
<Extension()>
Public Function GetAsync (operations As IServicesOperations, resourceGroupName As String, clusterName As String, applicationName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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}.

cancellationToken
CancellationToken

Das Abbruchtoken.

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: