Share via


IWebSiteOperations.UpdateConfigurationAsync Method

Asynchronously updates the configuration settings for a website.

Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim instance As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim parameters As WebSiteUpdateConfigurationParameters
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of OperationResponse)

returnValue = instance.UpdateConfigurationAsync(webSpaceName, webSiteName, parameters, cancellationToken)

Syntax

'Declaration
Function UpdateConfigurationAsync ( _
    webSpaceName As String, _
    webSiteName As String, _
    parameters As WebSiteUpdateConfigurationParameters, _
    cancellationToken As CancellationToken _
) As Task(Of OperationResponse)
Task<OperationResponse> UpdateConfigurationAsync (
    string webSpaceName,
    string webSiteName,
    WebSiteUpdateConfigurationParameters parameters,
    CancellationToken cancellationToken
)
Task<OperationResponse^>^ UpdateConfigurationAsync (
    String^ webSpaceName, 
    String^ webSiteName, 
    WebSiteUpdateConfigurationParameters^ parameters, 
    CancellationToken cancellationToken
)
Task<OperationResponse> UpdateConfigurationAsync (
    String webSpaceName, 
    String webSiteName, 
    WebSiteUpdateConfigurationParameters parameters, 
    CancellationToken cancellationToken
)
function UpdateConfigurationAsync (
    webSpaceName : String, 
    webSiteName : String, 
    parameters : WebSiteUpdateConfigurationParameters, 
    cancellationToken : CancellationToken
) : Task<OperationResponse>

Parameters

  • webSpaceName
    The name of the web space.
  • webSiteName
    The name of the website.
  • cancellationToken
    The cancellation token.

Return Value

An OperationResponse object that includes an HTTP status code and request ID.

Remarks

For more information about retrieving settings, see Get or Set Config Details for a Site.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IWebSiteOperations Interface
IWebSiteOperations Members
Microsoft.WindowsAzure.Management.WebSites Namespace