Share via


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
System_CAPS_pubmethod GetAsync(String, CancellationToken)

Gets a deployment for a website.

System_CAPS_pubmethod GetLogAsync(String, String, CancellationToken)

Gets a deployment log for a website.

System_CAPS_pubmethod ListAsync(DeploymentListParameters, CancellationToken)

List the deployments for a website.

System_CAPS_pubmethod ListLogsAsync(String, DeploymentListParameters, CancellationToken)

List the logs for a deployment for a website.

System_CAPS_pubmethod RedeployAsync(String, CancellationToken)

Redeploys a specific website deployment.

Extension Methods

Name Description
System_CAPS_pubmethod Get(String)

Gets a deployment for a website.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String)

Gets a deployment for a website.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetLog(String, String)

Gets a deployment log for a website.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetLogAsync(String, String)

Gets a deployment log for a website.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod List(DeploymentListParameters)

List the deployments for a website.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ListAsync(DeploymentListParameters)

List the deployments for a website.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ListLogs(String, DeploymentListParameters)

List the logs for a deployment for a website.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ListLogsAsync(String, DeploymentListParameters)

List the logs for a deployment for a website.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod Redeploy(String)

Redeploys a specific website deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RedeployAsync(String)

Redeploys a specific website deployment.(Defined by DeploymentOperationsExtensions.)

See Also

Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top