DeploymentOperationsExtensions::Redeploy Method (IDeploymentOperations^, String^)
Redeploys a specific website deployment.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: [ExtensionAttribute] static OperationResponse^ Redeploy( 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: Microsoft.WindowsAzure::OperationResponse^A standard service response including an HTTP status code and request ID.
Show: