Método WebSiteOperationsExtensions.GetConfiguration (IWebSiteOperations, String, String)
Você pode recuperar as definições de configuração para um site emitindo uma solicitação HTTP GET. (consulte https://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx para obter mais informações)
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
public static WebSiteGetConfigurationResponse GetConfiguration(
this IWebSiteOperations operations,
string webSpaceName,
string webSiteName
)
public:
[ExtensionAttribute]
static WebSiteGetConfigurationResponse^ GetConfiguration(
IWebSiteOperations^ operations,
String^ webSpaceName,
String^ webSiteName
)
static member GetConfiguration :
operations:IWebSiteOperations *
webSpaceName:string *
webSiteName:string -> WebSiteGetConfigurationResponse
<ExtensionAttribute>
Public Shared Function GetConfiguration (
operations As IWebSiteOperations,
webSpaceName As String,
webSiteName As String
) As WebSiteGetConfigurationResponse
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.WebSiteGetConfigurationResponse
A resposta da operação Get Site da Web de configuração.
Consulte também
Classe WebSiteOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo