DeploymentOperationsExtensions.BeginUpdatingStatusByDeploymentSlot Method (IDeploymentOperations, String, DeploymentSlot, DeploymentUpdateStatusParameters)

 

Initiates a change in the running status of a deployment based on where the application is deployed. The status of a deployment can be running or suspended.

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

Syntax

public static AzureOperationResponse BeginUpdatingStatusByDeploymentSlot(
    this IDeploymentOperations operations,
    string serviceName,
    DeploymentSlot deploymentSlot,
    DeploymentUpdateStatusParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginUpdatingStatusByDeploymentSlot(
    IDeploymentOperations^ operations,
    String^ serviceName,
    DeploymentSlot deploymentSlot,
    DeploymentUpdateStatusParameters^ parameters
)
static member BeginUpdatingStatusByDeploymentSlot : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentSlot:DeploymentSlot *
        parameters:DeploymentUpdateStatusParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginUpdatingStatusByDeploymentSlot (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentSlot As DeploymentSlot,
    parameters As DeploymentUpdateStatusParameters
) As AzureOperationResponse

Parameters

  • serviceName
    Type: System.String

    The name of cloud service that contains the deployment.

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

Remarks

For more information about changing the status of a deployment, see Update Deployment Status.

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top