Share via


WebSiteOperationsExtensions.UpdateBackupConfiguration Method

Updates a backup schedule for a site.

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

Usage

'Usage
Dim operations As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim backupRequest As BackupRequest
Dim returnValue As OperationResponse

returnValue = WebSiteOperationsExtensions.UpdateBackupConfiguration(operations, webSpaceName, webSiteName, backupRequest)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function UpdateBackupConfiguration ( _
    operations As IWebSiteOperations, _
    webSpaceName As String, _
    webSiteName As String, _
    backupRequest As BackupRequest _
) As OperationResponse
[ExtensionAttribute] 
public static OperationResponse UpdateBackupConfiguration (
    IWebSiteOperations operations,
    string webSpaceName,
    string webSiteName,
    BackupRequest backupRequest
)
[ExtensionAttribute] 
public:
static OperationResponse^ UpdateBackupConfiguration (
    IWebSiteOperations^ operations, 
    String^ webSpaceName, 
    String^ webSiteName, 
    BackupRequest^ backupRequest
)
/** @attribute ExtensionAttribute() */ 
public static OperationResponse UpdateBackupConfiguration (
    IWebSiteOperations operations, 
    String webSpaceName, 
    String webSiteName, 
    BackupRequest backupRequest
)
ExtensionAttribute 
public static function UpdateBackupConfiguration (
    operations : IWebSiteOperations, 
    webSpaceName : String, 
    webSiteName : String, 
    backupRequest : BackupRequest
) : OperationResponse

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
  • webSpaceName
    Required. The name of the web space.
  • webSiteName
    Required. The name of the web site.
  • backupRequest
    Required. A backup schedule specification.

Return Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteOperationsExtensions Class
WebSiteOperationsExtensions Members
Microsoft.WindowsAzure Namespace