AppPlatformServiceResource.GetAppPlatformAppAsync 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.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}
- Vorgangs-IdApps_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>> GetAppPlatformAppAsync (string appName, string syncStatus = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformAppAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>>
override this.GetAppPlatformAppAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>>
Public Overridable Function GetAppPlatformAppAsync (appName As String, Optional syncStatus As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformAppResource))
Parameter
- appName
- String
Der Name der App-Ressource.
- syncStatus
- String
Gibt an, ob die Synchronisierung status.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
appName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
appName
ist NULL.