Udostępnij za pośrednictwem


IDeploymentsOperations Interface

Definition

public interface IDeploymentsOperations
type IDeploymentsOperations = interface
Public Interface IDeploymentsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Deployment, Dictionary<String,List<String>>, CancellationToken)
BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
CancelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
CheckExistenceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
CreateOrUpdateWithHttpMessagesAsync(String, String, Deployment, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ExportTemplateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(String, ODataQuery<DeploymentExtendedFilter>, Dictionary<String,List<String>>, CancellationToken)
ValidateWithHttpMessagesAsync(String, String, Deployment, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

BeginCreateOrUpdate(IDeploymentsOperations, String, String, Deployment)
BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
BeginDelete(IDeploymentsOperations, String, String)
BeginDeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
Cancel(IDeploymentsOperations, String, String)
CancelAsync(IDeploymentsOperations, String, String, CancellationToken)
CheckExistence(IDeploymentsOperations, String, String)
CheckExistenceAsync(IDeploymentsOperations, String, String, CancellationToken)
CreateOrUpdate(IDeploymentsOperations, String, String, Deployment)
CreateOrUpdateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
Delete(IDeploymentsOperations, String, String)
DeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
ExportTemplate(IDeploymentsOperations, String, String)
ExportTemplateAsync(IDeploymentsOperations, String, String, CancellationToken)
Get(IDeploymentsOperations, String, String)
GetAsync(IDeploymentsOperations, String, String, CancellationToken)
List(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>)
ListAsync(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>, CancellationToken)
ListNext(IDeploymentsOperations, String)
ListNextAsync(IDeploymentsOperations, String, CancellationToken)
Validate(IDeploymentsOperations, String, String, Deployment)
ValidateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)

Applies to