IDeploymentOperations Interface

Definition

Operations for managing the repositories.

public interface IDeploymentOperations
type IDeploymentOperations = interface
Public Interface IDeploymentOperations

Methods

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

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.

Applies to