IDeploymentOperations.RedeployAsync Method (String, CancellationToken)
Redeploys a specific website deployment.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Function RedeployAsync ( deploymentId As String, cancellationToken As CancellationToken ) As Task(Of OperationResponse)
Parameters
- deploymentId
-
Type:
System.String
The deployment identifier.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of OperationResponse)A standard service response including an HTTP status code and request ID.
Show: