IDeploymentOperations Interface
Operations for managing the repositories.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public interface IDeploymentOperations
public interface class IDeploymentOperations
type IDeploymentOperations = interface end
Public Interface IDeploymentOperations
Methods
Name | Description | |
---|---|---|
GetAsync(String, CancellationToken) | Gets a deployment for a website. |
|
GetLogAsync(String, String, CancellationToken) | Gets a deployment log for a website. |
|
ListAsync(DeploymentListParameters, CancellationToken) | List the deployments for a website. |
|
ListLogsAsync(String, DeploymentListParameters, CancellationToken) | List the logs for a deployment for a website. |
|
RedeployAsync(String, CancellationToken) | Redeploys a specific website deployment. |
Extension Methods
See Also
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top