IDeploymentsOperations Interface
Definition
DeploymentsOperations operations.
public interface IDeploymentsOperations
type IDeploymentsOperations = interface
Public Interface IDeploymentsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, DeploymentInner, Dictionary<String,List<String>>, CancellationToken)
|
Create a named template deployment using a template.
|
BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Delete deployment.
|
CancelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Cancel a currently running template deployment.
|
CheckExistenceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Checks whether deployment exists.
|
CreateOrUpdateWithHttpMessagesAsync(String, String, DeploymentInner, Dictionary<String,List<String>>, CancellationToken)
|
Create a named template deployment using a template.
|
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Delete deployment.
|
ExportTemplateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Exports a deployment template.
|
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Get a deployment.
|
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Get a list of deployments.
|
ListWithHttpMessagesAsync(String, ODataQuery<DeploymentExtendedFilterInner>, Dictionary<String,List<String>>, CancellationToken)
|
Get a list of deployments.
|
ValidateWithHttpMessagesAsync(String, String, DeploymentInner, Dictionary<String,List<String>>, CancellationToken)
|
Validate a deployment template.
|
Extension 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