Share via


WebSiteOperationsExtensions.GetBackupConfiguration Method (IWebSiteOperations, String, String)

 

Gets a schedule configuration for site backups.

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

Syntax

public static WebSiteGetBackupConfigurationResponse GetBackupConfiguration(
    this IWebSiteOperations operations,
    string webSpaceName,
    string webSiteName
)
public:
[ExtensionAttribute]
static WebSiteGetBackupConfigurationResponse^ GetBackupConfiguration(
    IWebSiteOperations^ operations,
    String^ webSpaceName,
    String^ webSiteName
)
static member GetBackupConfiguration : 
        operations:IWebSiteOperations *
        webSpaceName:string *
        webSiteName:string -> WebSiteGetBackupConfigurationResponse
<ExtensionAttribute>
Public Shared Function GetBackupConfiguration (
    operations As IWebSiteOperations,
    webSpaceName As String,
    webSiteName As String
) As WebSiteGetBackupConfigurationResponse

Parameters

  • webSpaceName
    Type: System.String

    Required. The name of the web space.

  • webSiteName
    Type: System.String

    Required. The name of the web site.

Return Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse

Scheduled backup definition.

See Also

WebSiteOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top