Freigeben über


WebAppsOperationsExtensions.ListSnapshots Methode

Definition

Gibt alle Momentaufnahmen an den Benutzer zurück.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Snapshot> ListSnapshots (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name);
static member ListSnapshots : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Snapshot>
<Extension()>
Public Function ListSnapshots (operations As IWebAppsOperations, resourceGroupName As String, name As String) As IPage(Of Snapshot)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Websitename.

Gibt zurück

Hinweise

Beschreibung für Gibt alle Momentaufnahmen an den Benutzer zurück.

Gilt für: