Dela via


DeploymentOperationsExtensions.BeginChangingConfigurationBySlot Method

Definition

The Begin Changing Deployment Configuration By Slot operation initiates a change to the deployment configuration. This operation is an asynchronous operation. To determine whether the Management service has finished processing the request, call Get Operation Status. For more information on asynchronous operations, see Tracking Asynchronous Service Management Requests at http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460809.aspx for more information)

public static Microsoft.Azure.AzureOperationResponse BeginChangingConfigurationBySlot (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters);
static member BeginChangingConfigurationBySlot : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginChangingConfigurationBySlot (operations As IDeploymentOperations, serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentChangeConfigurationParameters) As AzureOperationResponse

Parameters

operations
IDeploymentOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.

serviceName
String

Required. The cloud service to change deployment configuration for.

deploymentSlot
DeploymentSlot

Required. The slot to change deployment configuration for.

parameters
DeploymentChangeConfigurationParameters

Required. Parameters supplied to the Begin Changing Configuration Deployment By Slot operation.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to