DeploymentOperationsExtensions Class

Definition

public static class DeploymentOperationsExtensions
type DeploymentOperationsExtensions = class
Public Module DeploymentOperationsExtensions
Inheritance
DeploymentOperationsExtensions

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