IDeploymentOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |