WebSiteOperationsExtensions.GetConfiguration Method (IWebSiteOperations, String, String)
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)
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public static WebSiteGetConfigurationResponse GetConfiguration( this IWebSiteOperations operations, string webSpaceName, string webSiteName )
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: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponseThe Get Configuration Web Site operation response.
Show: