DeploymentOperationsExtensions Class
The websites extensions client manages the web sites deployments, web jobs and other extensions.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Get(IDeploymentOperations^, String^) | Gets a deployment for a website. |
![]() ![]() | GetAsync(IDeploymentOperations^, String^) | Gets a deployment for a website. |
![]() ![]() | GetLog(IDeploymentOperations^, String^, String^) | Gets a deployment log for a website. |
![]() ![]() | GetLogAsync(IDeploymentOperations^, String^, String^) | Gets a deployment log for a website. |
![]() ![]() | List(IDeploymentOperations^, DeploymentListParameters^) | List the deployments for a website. |
![]() ![]() | ListAsync(IDeploymentOperations^, DeploymentListParameters^) | List the deployments for a website. |
![]() ![]() | ListLogs(IDeploymentOperations^, String^, DeploymentListParameters^) | List the logs for a deployment for a website. |
![]() ![]() | ListLogsAsync(IDeploymentOperations^, String^, DeploymentListParameters^) | List the logs for a deployment for a website. |
![]() ![]() | Redeploy(IDeploymentOperations^, String^) | Redeploys a specific website deployment. |
![]() ![]() | RedeployAsync(IDeploymentOperations^, String^) | Redeploys a specific website deployment. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

