Share via


IWebSiteOperations.UpdateAsync Method

Asynchronously updates the 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 WebSiteUpdateParameters
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of WebSiteUpdateResponse)

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

Syntax

'Declaration
Function UpdateAsync ( _
    webSpaceName As String, _
    webSiteName As String, _
    parameters As WebSiteUpdateParameters, _
    cancellationToken As CancellationToken _
) As Task(Of WebSiteUpdateResponse)
Task<WebSiteUpdateResponse> UpdateAsync (
    string webSpaceName,
    string webSiteName,
    WebSiteUpdateParameters parameters,
    CancellationToken cancellationToken
)
Task<WebSiteUpdateResponse^>^ UpdateAsync (
    String^ webSpaceName, 
    String^ webSiteName, 
    WebSiteUpdateParameters^ parameters, 
    CancellationToken cancellationToken
)
Task<WebSiteUpdateResponse> UpdateAsync (
    String webSpaceName, 
    String webSiteName, 
    WebSiteUpdateParameters parameters, 
    CancellationToken cancellationToken
)
function UpdateAsync (
    webSpaceName : String, 
    webSiteName : String, 
    parameters : WebSiteUpdateParameters, 
    cancellationToken : CancellationToken
) : Task<WebSiteUpdateResponse>

Parameters

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

Return Value

An WebSiteUpdateResponse object that contains the status information about the updated website.

Remarks

For more information about update a website, see Update Website Settings

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