DeploymentOperationsExtensions.Redeploy(IDeploymentOperations, String) Method

Definition

Redeploys a specific website deployment.

public static Microsoft.Azure.AzureOperationResponse Redeploy (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId);
static member Redeploy : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Redeploy (operations As IDeploymentOperations, deploymentId As String) As AzureOperationResponse

Parameters

operations
IDeploymentOperations

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

deploymentId
String

Required. The deployment identifier.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to