Freigeben über


AppPlatformAppResource.GetAsync(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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>> GetAsync (string syncStatus = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>>
Public Overridable Function GetAsync (Optional syncStatus As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformAppResource))

Parameter

syncStatus
String

Gibt an, ob die Synchronisierung status.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: