WebsitesClient.GetSiteSnapshots Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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