IWebSiteOperations.GetConfigurationAsync Method (String, String, CancellationToken)
Asynchronously retrieves the configuration settings for a website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Task<WebSiteGetConfigurationResponse> GetConfigurationAsync( string webSpaceName, string webSiteName, CancellationToken cancellationToken )
Parameters
- webSpaceName
-
Type:
System.String
The name of the web space.
- webSiteName
-
Type:
System.String
The name of the website.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebSiteGetConfigurationResponse>An WebSiteGetConfigurationResponse object that contains the configuration settings.
For more information about retrieving settings, see Get or Set Config Details for a Site.
Show: