WebSiteOperationsExtensions.GetConfigurationAsync 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)
<ExtensionAttribute> Public Shared Function GetConfigurationAsync ( operations As IWebSiteOperations, webSpaceName As String, webSiteName As String ) As Task(Of WebSiteGetConfigurationResponse)
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: System.Threading.Tasks.Task(Of WebSiteGetConfigurationResponse)The Get Configuration Web Site operation response.
Show: