WebSiteOperationsExtensions.GetBackupConfiguration 方法 (IWebSiteOperations, String, String)

 

获取站点备份计划配置。

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

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

参数

  • webSpaceName
    Type: System.String

    必需。 Web 空间的名称。

返回值

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

计划备份的定义。

请参阅

WebSiteOperationsExtensions 类
Microsoft.WindowsAzure 命名空间

返回页首