ServerFarmOperationsExtensions.Update Method

Updates a server farm.

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

Usage

'Usage
Dim operations As IServerFarmOperations
Dim webSpaceName As String
Dim parameters As ServerFarmUpdateParameters
Dim returnValue As ServerFarmUpdateResponse

returnValue = ServerFarmOperationsExtensions.Update(operations, webSpaceName, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Update ( _
    operations As IServerFarmOperations, _
    webSpaceName As String, _
    parameters As ServerFarmUpdateParameters _
) As ServerFarmUpdateResponse
[ExtensionAttribute] 
public static ServerFarmUpdateResponse Update (
    IServerFarmOperations operations,
    string webSpaceName,
    ServerFarmUpdateParameters parameters
)
[ExtensionAttribute] 
public:
static ServerFarmUpdateResponse^ Update (
    IServerFarmOperations^ operations, 
    String^ webSpaceName, 
    ServerFarmUpdateParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static ServerFarmUpdateResponse Update (
    IServerFarmOperations operations, 
    String webSpaceName, 
    ServerFarmUpdateParameters parameters
)
ExtensionAttribute 
public static function Update (
    operations : IServerFarmOperations, 
    webSpaceName : String, 
    parameters : ServerFarmUpdateParameters
) : ServerFarmUpdateResponse

Parameters

  • webSpaceName
    The name of the webspace.

Return Value

An ServerFarmUpdateResponse object that provides the status of the operation.

Remarks

For more information about updating a server farm, see Create, Manage, or Delete a Server Farm.

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

ServerFarmOperationsExtensions Class
ServerFarmOperationsExtensions Members
Microsoft.WindowsAzure.Management.WebSites Namespace