DeploymentsOperationsExtensions Class
Definition
Extension methods for DeploymentsOperations.
public static class DeploymentsOperationsExtensions
type DeploymentsOperationsExtensions = class
Public Module DeploymentsOperationsExtensions
- Inheritance
-
DeploymentsOperationsExtensions
Methods
BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)
|
Create a named template deployment using a template.
|
BeginDeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Delete deployment.
|
CancelAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Cancel a currently running template deployment.
|
CheckExistenceAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Checks whether deployment exists.
|
CreateOrUpdateAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)
|
Create a named template deployment using a template.
|
DeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Delete deployment.
|
ExportTemplateAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Exports a deployment template.
|
GetAsync(IDeploymentsOperations, String, String, CancellationToken)
|
Get a deployment.
|
ListAsync(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilterInner>, CancellationToken)
|
Get a list of deployments.
|
ListNextAsync(IDeploymentsOperations, String, CancellationToken)
|
Get a list of deployments.
|
ValidateAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)
|
Validate a deployment template.
|
Applies to