IDeploymentOperations Members

Operations for managing the repositories.

The following tables list the members exposed by the IDeploymentOperations type.

Public Methods

(see also Extension Methods)

  Name Description
GetAsync Gets a deployment for a website.
GetLogAsync Gets a deployment log for a website.
ListAsync List the deployments for a website.
ListLogsAsync List the logs for a deployment for a website.
RedeployAsync Redeploys a specific website deployment.

Top

Extension Methods

  Name Description
Get  Gets a deployment for a website. (Defined by DeploymentOperationsExtensions.)
GetAsync  Gets a deployment for a website. (Defined by DeploymentOperationsExtensions.)
GetLog  Gets a deployment log for a website. (Defined by DeploymentOperationsExtensions.)
GetLogAsync  Gets a deployment log for a website. (Defined by DeploymentOperationsExtensions.)
List  List the deployments for a website. (Defined by DeploymentOperationsExtensions.)
ListAsync  List the deployments for a website. (Defined by DeploymentOperationsExtensions.)
ListLogs  List the logs for a deployment for a website. (Defined by DeploymentOperationsExtensions.)
ListLogsAsync  List the logs for a deployment for a website. (Defined by DeploymentOperationsExtensions.)
Redeploy  Redeploys a specific website deployment. (Defined by DeploymentOperationsExtensions.)
RedeployAsync  Redeploys a specific website deployment. (Defined by DeploymentOperationsExtensions.)

Top

See Also

Reference

IDeploymentOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace