Método WebSiteOperationsExtensions.GetBackupConfiguration (IWebSiteOperations, String, String)
Obtém uma configuração de agendamento para backups do site.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
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
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperationsReferência para o Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
webSpaceName
Type: System.StringObrigatório. O nome do espaço da web.
webSiteName
Type: System.StringObrigatório. O nome do site.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse
Definição de backup agendada.
Consulte também
Classe WebSiteOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo