WebsitesClient.GetWebAppConfigurationSnapshots(String, String, String) 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.
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SiteConfigurationSnapshotInfo> GetWebAppConfigurationSnapshots (string resourceGroupName, string webSiteName, string slotName);
member this.GetWebAppConfigurationSnapshots : string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SiteConfigurationSnapshotInfo>
Public Function GetWebAppConfigurationSnapshots (resourceGroupName As String, webSiteName As String, slotName As String) As IPage(Of SiteConfigurationSnapshotInfo)
Parameters
- resourceGroupName
- String
- webSiteName
- String
- slotName
- String