WebSiteOperationsExtensions.UpdateBackupConfigurationAsync Method (IWebSiteOperations, String, String, BackupRequest)
Updates a backup schedule for a site.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
<ExtensionAttribute> Public Shared Function UpdateBackupConfigurationAsync ( operations As IWebSiteOperations, webSpaceName As String, webSiteName As String, backupRequest As BackupRequest ) As Task(Of OperationResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
- webSpaceName
-
Type:
System.String
Required. The name of the web space.
- webSiteName
-
Type:
System.String
Required. The name of the web site.
- backupRequest
-
Type:
Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest
Required. A backup schedule specification.
Return Value
Type: System.Threading.Tasks.Task(Of OperationResponse)A standard service response including an HTTP status code and request ID.
Show: