Partager via


GlobalModelOperationsExtensions.GetDeletedWebAppSnapshots Méthode

Définition

Obtenir toutes les applications supprimées d’un abonnement.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot> GetDeletedWebAppSnapshots (this Microsoft.Azure.Management.WebSites.IGlobalModelOperations operations, string deletedSiteId);
static member GetDeletedWebAppSnapshots : Microsoft.Azure.Management.WebSites.IGlobalModelOperations * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot>
<Extension()>
Public Function GetDeletedWebAppSnapshots (operations As IGlobalModelOperations, deletedSiteId As String) As IList(Of Snapshot)

Paramètres

operations
IGlobalModelOperations

Groupe d’opérations pour cette méthode d’extension.

deletedSiteId
String

ID numérique de l’application supprimée, par exemple 12345

Retours

Remarques

Description pour Obtenir toutes les applications supprimées d’un abonnement.

S’applique à