WebSiteOperationsExtensions.GetConfiguration Method

Definition

You can retrieve the config settings for a web site by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx for more information)

public static Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse GetConfiguration (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations operations, string webSpaceName, string webSiteName);
static member GetConfiguration : Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations * string * string -> Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse
<Extension()>
Public Function GetConfiguration (operations As IWebSiteOperations, webSpaceName As String, webSiteName As String) As WebSiteGetConfigurationResponse

Parameters

operations
IWebSiteOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSpaceName
String

Required. The name of the web space.

webSiteName
String

Required. The name of the web site.

Returns

The Get Configuration Web Site operation response.

Applies to