Share via


DeploymentOperationsExtensions.BeginChangingConfigurationByNameAsync Method

Asynchronously initiates a change in the configuration of a specified deployment.

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

Usage

'Usage
Dim operations As IDeploymentOperations
Dim serviceName As String
Dim deploymentName As String
Dim parameters As DeploymentChangeConfigurationParameters
Dim returnValue As Task(Of AzureOperationResponse)

returnValue = DeploymentOperationsExtensions.BeginChangingConfigurationByNameAsync(operations, serviceName, deploymentName, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function BeginChangingConfigurationByNameAsync ( _
    operations As IDeploymentOperations, _
    serviceName As String, _
    deploymentName As String, _
    parameters As DeploymentChangeConfigurationParameters _
) As Task(Of AzureOperationResponse)
[ExtensionAttribute] 
public static Task<AzureOperationResponse> BeginChangingConfigurationByNameAsync (
    IDeploymentOperations operations,
    string serviceName,
    string deploymentName,
    DeploymentChangeConfigurationParameters parameters
)
[ExtensionAttribute] 
public:
static Task<AzureOperationResponse^>^ BeginChangingConfigurationByNameAsync (
    IDeploymentOperations^ operations, 
    String^ serviceName, 
    String^ deploymentName, 
    DeploymentChangeConfigurationParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static Task<AzureOperationResponse> BeginChangingConfigurationByNameAsync (
    IDeploymentOperations operations, 
    String serviceName, 
    String deploymentName, 
    DeploymentChangeConfigurationParameters parameters
)
ExtensionAttribute 
public static function BeginChangingConfigurationByNameAsync (
    operations : IDeploymentOperations, 
    serviceName : String, 
    deploymentName : String, 
    parameters : DeploymentChangeConfigurationParameters
) : Task<AzureOperationResponse>

Parameters

  • serviceName
    The name of the cloud service that contains the deployment to be changed.
  • deploymentName
    The name of the deployment for which the configuration should be changed.

Return Value

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

Remarks

For more information about changing the configuration of a deployment, see the following resources:

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

DeploymentOperationsExtensions Class
DeploymentOperationsExtensions Members
Microsoft.WindowsAzure.Management.Compute Namespace