DeploymentOperationsExtensions.Redeploy(IDeploymentOperations, String) 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 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.