Freigeben über


GlobalModelOperationsExtensions.GetDeletedWebAppAsync Methode

Definition

Rufen Sie die gelöschte App für ein Abonnement ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.DeletedSite> GetDeletedWebAppAsync(this Microsoft.Azure.Management.WebSites.IGlobalModelOperations operations, string deletedSiteId, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedWebAppAsync : Microsoft.Azure.Management.WebSites.IGlobalModelOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.DeletedSite>
<Extension()>
Public Function GetDeletedWebAppAsync (operations As IGlobalModelOperations, deletedSiteId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeletedSite)

Parameter

operations
IGlobalModelOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deletedSiteId
String

Die numerische ID der gelöschten App, z. B. 12345

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Get deleted app for a subscription( Get deleted app for a subscription).

Gilt für: