Freigeben über


WebAppsOperationsExtensions.ListSnapshotsFromDRSecondarySlot Methode

Definition

Gibt alle Momentaufnahmen vom DRSecondary-Endpunkt an den Benutzer zurück.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Snapshot> ListSnapshotsFromDRSecondarySlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member ListSnapshotsFromDRSecondarySlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Snapshot>
<Extension()>
Public Function ListSnapshotsFromDRSecondarySlot (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 vom DRSecondary-Endpunkt zurück.

Gilt für: