DeploymentOperationsExtensions.BeginChangingConfigurationByName Method
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 AzureOperationResponse
returnValue = DeploymentOperationsExtensions.BeginChangingConfigurationByName(operations, serviceName, deploymentName, parameters)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function BeginChangingConfigurationByName ( _
operations As IDeploymentOperations, _
serviceName As String, _
deploymentName As String, _
parameters As DeploymentChangeConfigurationParameters _
) As AzureOperationResponse
[ExtensionAttribute]
public static AzureOperationResponse BeginChangingConfigurationByName (
IDeploymentOperations operations,
string serviceName,
string deploymentName,
DeploymentChangeConfigurationParameters parameters
)
[ExtensionAttribute]
public:
static AzureOperationResponse^ BeginChangingConfigurationByName (
IDeploymentOperations^ operations,
String^ serviceName,
String^ deploymentName,
DeploymentChangeConfigurationParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static AzureOperationResponse BeginChangingConfigurationByName (
IDeploymentOperations operations,
String serviceName,
String deploymentName,
DeploymentChangeConfigurationParameters parameters
)
ExtensionAttribute
public static function BeginChangingConfigurationByName (
operations : IDeploymentOperations,
serviceName : String,
deploymentName : String,
parameters : DeploymentChangeConfigurationParameters
) : AzureOperationResponse
Parameters
- operations
The IDeploymentOperations object that specifies the deployment operations.
- 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.
- parameters
The DeploymentChangeConfigurationParameters object that contains the parameters that are used to change the configuration.
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