IWebSiteOperations.GetBackupConfigurationAsync Method (String, String, CancellationToken)

 

Gets a schedule configuration for site backups.

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

Task<WebSiteGetBackupConfigurationResponse> GetBackupConfigurationAsync(
	string webSpaceName,
	string webSiteName,
	CancellationToken cancellationToken
)

Parameters

webSpaceName
Type: System.String

The name of the web space.

webSiteName
Type: System.String

The name of the web site.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<WebSiteGetBackupConfigurationResponse>

Scheduled backup definition.

Return to top
Show: