Freigeben über


GlobalModelOperationsExtensions.GetDeletedWebAppSnapshotsAsync Methode

Definition

Ruft alle gelöschten Apps für ein Abonnement ab.

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

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 Abrufen aller gelöschten Apps für ein Abonnement.

Gilt für: