Freigeben über


WebAppsOperationsExtensions.ListSnapshotsSlot Methode

Definition

Gibt alle Momentaufnahmen an den Benutzer zurück.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Snapshot> ListSnapshotsSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member ListSnapshotsSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Snapshot>
<Extension()>
Public Function ListSnapshotsSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot 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.

slot
String

Website-Slot.

Gibt zurück

Hinweise

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

Gilt für: