WebsitesClient.GetSiteSnapshots Method

Definition

Overloads

GetSiteSnapshots(String, String, String)
GetSiteSnapshots(String, String, String, Boolean)

GetSiteSnapshots(String, String, String)

public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot> GetSiteSnapshots (string resourceGroupName, string webSiteName, string slotName);
member this.GetSiteSnapshots : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot>
Public Function GetSiteSnapshots (resourceGroupName As String, webSiteName As String, slotName As String) As IList(Of Snapshot)

Parameters

resourceGroupName
String
webSiteName
String
slotName
String

Returns

Applies to

GetSiteSnapshots(String, String, String, Boolean)

public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot> GetSiteSnapshots (string resourceGroupName, string webSiteName, string slotName, bool useDrSecondary);
member this.GetSiteSnapshots : string * string * string * bool -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot>
Public Function GetSiteSnapshots (resourceGroupName As String, webSiteName As String, slotName As String, useDrSecondary As Boolean) As IList(Of Snapshot)

Parameters

resourceGroupName
String
webSiteName
String
slotName
String
useDrSecondary
Boolean

Returns

Applies to