DeploymentOperationsExtensions.RedeployAsync 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 Task<OperationResponse> RedeployAsync(
    this IDeploymentOperations operations,
    string deploymentId
)
public:
[ExtensionAttribute]
static Task<OperationResponse^>^ RedeployAsync(
    IDeploymentOperations^ operations,
    String^ deploymentId
)
static member RedeployAsync : 
        operations:IDeploymentOperations *
        deploymentId:string -> Task<OperationResponse>
<ExtensionAttribute>
Public Shared Function RedeployAsync (
    operations As IDeploymentOperations,
    deploymentId As String
) As Task(Of OperationResponse)

Parameters

  • deploymentId
    Type: System.String

    Required. The deployment identifier.

Return Value

Type: System.Threading.Tasks.Task<OperationResponse>

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

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top