ApplicationsOperationsExtensions.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Service Fabric-Anwendungsressource ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResource> GetAsync (this Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations operations, string resourceGroupName, string clusterName, string applicationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResource>
<Extension()>
Public Function GetAsync (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, applicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
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:
Azure SDK for .NET