Freigeben über


AppPlatformAppCollection.Get(String, String, CancellationToken) Methode

Definition

Ruft eine App und ihre Eigenschaften ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}
  • Vorgangs-IdApps_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource> Get (string appName, string syncStatus = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>
Public Overridable Function Get (appName As String, Optional syncStatus As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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.

Gilt für: