IWebSiteOperations.UpdateBackupConfigurationAsync Method (String, String, BackupRequest, CancellationToken)
Updates a backup schedule for a site.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Task<OperationResponse> UpdateBackupConfigurationAsync( string webSpaceName, string webSiteName, BackupRequest backupRequest, CancellationToken cancellationToken )
Parameters
- webSpaceName
-
Type:
System.String
The name of the web space.
- webSiteName
-
Type:
System.String
The name of the web site.
- backupRequest
-
Type:
Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest
A backup schedule specification.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>A standard service response including an HTTP status code and request ID.
Show: