WebSiteOperationsExtensions.GetBackupConfigurationAsync Method (IWebSiteOperations, String, String)
Gets a schedule configuration for site backups.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
<ExtensionAttribute> Public Shared Function GetBackupConfigurationAsync ( operations As IWebSiteOperations, webSpaceName As String, webSiteName As String ) As Task(Of WebSiteGetBackupConfigurationResponse)
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.
Return Value
Type: System.Threading.Tasks.Task(Of WebSiteGetBackupConfigurationResponse)Scheduled backup definition.
Show: