IDeploymentOperations.RedeployAsync Method (String, CancellationToken)
Redeploys a specific website deployment.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<OperationResponse> RedeployAsync(
string deploymentId,
CancellationToken cancellationToken
)
Task<OperationResponse^>^ RedeployAsync(
String^ deploymentId,
CancellationToken cancellationToken
)
abstract RedeployAsync :
deploymentId:string *
cancellationToken:CancellationToken -> Task<OperationResponse>
Function RedeployAsync (
deploymentId As String,
cancellationToken As CancellationToken
) As Task(Of OperationResponse)
Parameters
deploymentId
Type: System.StringThe deployment identifier.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IDeploymentOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top