DeploymentOperationsExtensions.Redeploy Method (IDeploymentOperations, String)

 

Redeploys a specific website deployment.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public static OperationResponse Redeploy(
    this IDeploymentOperations operations,
    string deploymentId
)
public:
[ExtensionAttribute]
static OperationResponse^ Redeploy(
    IDeploymentOperations^ operations,
    String^ deploymentId
)
static member Redeploy : 
        operations:IDeploymentOperations *
        deploymentId:string -> OperationResponse
<ExtensionAttribute>
Public Shared Function Redeploy (
    operations As IDeploymentOperations,
    deploymentId As String
) As OperationResponse

Parameters

  • deploymentId
    Type: System.String

    Required. The deployment identifier.

Return Value

Type: Microsoft.WindowsAzure.OperationResponse

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

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top