IDeploymentOperations.RollbackUpdateOrUpgradeByDeploymentSlotAsync Method (String, DeploymentSlot, DeploymentRollbackUpdateOrUpgradeParameters, CancellationToken)
Asynchronously cancels an in-progress update of a configuration and returns the deployment in the specified deployment environment to the state it was in before the update was started.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function RollbackUpdateOrUpgradeByDeploymentSlotAsync ( serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentRollbackUpdateOrUpgradeParameters, cancellationToken As CancellationToken ) As Task(Of AzureOperationResponse)
Parameters
- serviceName
-
Type:
System.String
The name of the cloud service that contains the deployment.
- deploymentSlot
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot
The name of the environment in which the application is deployed.
Possible values are:
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters
The DeploymentRollbackUpdateOrUpgradeParameters object that contains the parameters that are used to roll back an update of a deployment.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of AzureOperationResponse)An OperationResponse object that includes an HTTP status code and request ID.
For more information about rolling back an update of a deployment, see Rollback Update Or Upgrade.
The role back of an update can only be called when an update is in progress on the deployment.