DeploymentOperationsExtensions::RedeployAsync Method (IDeploymentOperations^, String^)

 

Redeploys a specific website deployment.

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

public:
[ExtensionAttribute]
static Task<OperationResponse^>^ RedeployAsync(
	IDeploymentOperations^ operations,
	String^ deploymentId
)

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions::IDeploymentOperations^

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

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.

Return to top
Show: