AppsOperationsExtensions.Get 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 App und ihre Eigenschaften ab.
public static Microsoft.Azure.Management.AppPlatform.Models.AppResource Get(this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string resourceGroupName, string serviceName, string appName, string syncStatus = default);
static member Get : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string * string * string * string -> Microsoft.Azure.Management.AppPlatform.Models.AppResource
<Extension()>
Public Function Get (operations As IAppsOperations, resourceGroupName As String, serviceName As String, appName As String, Optional syncStatus As String = Nothing) As AppResource
Parameter
- operations
- IAppsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.
- serviceName
- String
Der Name der Dienstressource.
- appName
- String
Der Name der App-Ressource.
- syncStatus
- String
Gibt an, ob Synchronisierung status
Gibt zurück
Gilt für:
Azure SDK for .NET