WebSiteOperationsExtensions.UpdateBackupConfiguration Method (IWebSiteOperations, String, String, BackupRequest)

 

Updates a backup schedule for a site.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public static OperationResponse UpdateBackupConfiguration(
	this IWebSiteOperations operations,
	string webSpaceName,
	string webSiteName,
	BackupRequest backupRequest
)

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: Microsoft.WindowsAzure.OperationResponse

A standard service response including an HTTP status code and request ID.

Return to top
Show: