你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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