Sdílet prostřednictvím


IDeploymentOperations Interface

Definition

Operations for managing deployments.

public interface IDeploymentOperations
type IDeploymentOperations = interface
Public Interface IDeploymentOperations

Methods

BeginDeletingAsync(String, String, CancellationToken)

Begin deleting deployment.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

CancelAsync(String, String, CancellationToken)

Cancel a currently running template deployment.

CheckExistenceAsync(String, String, CancellationToken)

Checks whether deployment exists.

CreateOrUpdateAsync(String, String, Deployment, CancellationToken)

Create a named template deployment using a template.

DeleteAsync(String, String, CancellationToken)

Delete deployment and all of its resources.

GetAsync(String, String, CancellationToken)

Get a deployment.

ListAsync(String, DeploymentListParameters, CancellationToken)

Get a list of deployments.

ListNextAsync(String, CancellationToken)

Get a list of deployments.

ValidateAsync(String, String, Deployment, CancellationToken)

Validate a deployment template.

Extension Methods

BeginDeleting(IDeploymentOperations, String, String)

Begin deleting deployment.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

BeginDeletingAsync(IDeploymentOperations, String, String)

Begin deleting deployment.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

Cancel(IDeploymentOperations, String, String)

Cancel a currently running template deployment.

CancelAsync(IDeploymentOperations, String, String)

Cancel a currently running template deployment.

CheckExistence(IDeploymentOperations, String, String)

Checks whether deployment exists.

CheckExistenceAsync(IDeploymentOperations, String, String)

Checks whether deployment exists.

CreateOrUpdate(IDeploymentOperations, String, String, Deployment)

Create a named template deployment using a template.

CreateOrUpdateAsync(IDeploymentOperations, String, String, Deployment)

Create a named template deployment using a template.

Delete(IDeploymentOperations, String, String)

Delete deployment and all of its resources.

DeleteAsync(IDeploymentOperations, String, String)

Delete deployment and all of its resources.

Get(IDeploymentOperations, String, String)

Get a deployment.

GetAsync(IDeploymentOperations, String, String)

Get a deployment.

List(IDeploymentOperations, String, DeploymentListParameters)

Get a list of deployments.

ListAsync(IDeploymentOperations, String, DeploymentListParameters)

Get a list of deployments.

ListNext(IDeploymentOperations, String)

Get a list of deployments.

ListNextAsync(IDeploymentOperations, String)

Get a list of deployments.

Validate(IDeploymentOperations, String, String, Deployment)

Validate a deployment template.

ValidateAsync(IDeploymentOperations, String, String, Deployment)

Validate a deployment template.

Applies to