DeploymentOperationsExtensions.RedeployAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Redeploys a specific website deployment.
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> RedeployAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId);
static member RedeployAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function RedeployAsync (operations As IDeploymentOperations, deploymentId As String) As Task(Of AzureOperationResponse)
Parameters
- operations
- IDeploymentOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
- deploymentId
- String
Required. The deployment identifier.
Returns
Task<Microsoft.Azure.AzureOperationResponse>
A standard service response including an HTTP status code and request ID.