WebsitesClient.UpdateWebAppBackupConfiguration 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.Azure.Management.WebSites.Models.BackupRequest UpdateWebAppBackupConfiguration (string resourceGroupName, string webSiteName, string slotName, Microsoft.Azure.Management.WebSites.Models.BackupRequest newSchedule);
member this.UpdateWebAppBackupConfiguration : string * string * string * Microsoft.Azure.Management.WebSites.Models.BackupRequest -> Microsoft.Azure.Management.WebSites.Models.BackupRequest
Public Function UpdateWebAppBackupConfiguration (resourceGroupName As String, webSiteName As String, slotName As String, newSchedule As BackupRequest) As BackupRequest
Parameters
- resourceGroupName
- String
- webSiteName
- String
- slotName
- String
- newSchedule
- BackupRequest