IDeploymentOperations Interface

 

Operations for managing the repositories.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public interface class IDeploymentOperations

NameDescription
System_CAPS_pubmethodGetAsync(String^, CancellationToken)

Gets a deployment for a website.

System_CAPS_pubmethodGetLogAsync(String^, String^, CancellationToken)

Gets a deployment log for a website.

System_CAPS_pubmethodListAsync(DeploymentListParameters^, CancellationToken)

List the deployments for a website.

System_CAPS_pubmethodListLogsAsync(String^, DeploymentListParameters^, CancellationToken)

List the logs for a deployment for a website.

System_CAPS_pubmethodRedeployAsync(String^, CancellationToken)

Redeploys a specific website deployment.

NameDescription
System_CAPS_pubmethodGet(String^)

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

System_CAPS_pubmethodGetAsync(String^)

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

System_CAPS_pubmethodGetLog(String^, String^)

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

System_CAPS_pubmethodGetLogAsync(String^, String^)

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

System_CAPS_pubmethodList(DeploymentListParameters^)

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

System_CAPS_pubmethodListAsync(DeploymentListParameters^)

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

System_CAPS_pubmethodListLogs(String^, DeploymentListParameters^)

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

System_CAPS_pubmethodListLogsAsync(String^, DeploymentListParameters^)

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

System_CAPS_pubmethodRedeploy(String^)

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

System_CAPS_pubmethodRedeployAsync(String^)

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

Return to top
Show: