Share via


IDeploymentsOperations Interface

Definition

public interface IDeploymentsOperations
type IDeploymentsOperations = interface
Public Interface IDeploymentsOperations

Methods

BeginCreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync(String, Deployment, Dictionary<String,List<String>>, CancellationToken)
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Deployment, Dictionary<String,List<String>>, CancellationToken)
BeginDeleteAtSubscriptionScopeWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
CancelAtSubscriptionScopeWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
CancelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
CheckExistenceAtSubscriptionScopeWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
CheckExistenceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
CreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync(String, Deployment, Dictionary<String,List<String>>, CancellationToken)
CreateOrUpdateWithHttpMessagesAsync(String, String, Deployment, Dictionary<String,List<String>>, CancellationToken)
DeleteAtSubscriptionScopeWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ExportTemplateAtSubscriptionScopeWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ExportTemplateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetAtSubscriptionScopeWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ListAtSubscriptionScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListAtSubscriptionScopeWithHttpMessagesAsync(ODataQuery<DeploymentExtendedFilter>, Dictionary<String,List<String>>, CancellationToken)
ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListByResourceGroupWithHttpMessagesAsync(String, ODataQuery<DeploymentExtendedFilter>, Dictionary<String,List<String>>, CancellationToken)
ValidateAtSubscriptionScopeWithHttpMessagesAsync(String, Deployment, 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)
BeginCreateOrUpdateAtSubscriptionScope(IDeploymentsOperations, String, Deployment)
BeginCreateOrUpdateAtSubscriptionScopeAsync(IDeploymentsOperations, String, Deployment, CancellationToken)
BeginDelete(IDeploymentsOperations, String, String)
BeginDeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
BeginDeleteAtSubscriptionScope(IDeploymentsOperations, String)
BeginDeleteAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)
Cancel(IDeploymentsOperations, String, String)
CancelAsync(IDeploymentsOperations, String, String, CancellationToken)
CancelAtSubscriptionScope(IDeploymentsOperations, String)
CancelAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)
CheckExistence(IDeploymentsOperations, String, String)
CheckExistenceAsync(IDeploymentsOperations, String, String, CancellationToken)
CheckExistenceAtSubscriptionScope(IDeploymentsOperations, String)
CheckExistenceAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)
CreateOrUpdate(IDeploymentsOperations, String, String, Deployment)
CreateOrUpdateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
CreateOrUpdateAtSubscriptionScope(IDeploymentsOperations, String, Deployment)
CreateOrUpdateAtSubscriptionScopeAsync(IDeploymentsOperations, String, Deployment, CancellationToken)
Delete(IDeploymentsOperations, String, String)
DeleteAsync(IDeploymentsOperations, String, String, CancellationToken)
DeleteAtSubscriptionScope(IDeploymentsOperations, String)
DeleteAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)
ExportTemplate(IDeploymentsOperations, String, String)
ExportTemplateAsync(IDeploymentsOperations, String, String, CancellationToken)
ExportTemplateAtSubscriptionScope(IDeploymentsOperations, String)
ExportTemplateAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)
Get(IDeploymentsOperations, String, String)
GetAsync(IDeploymentsOperations, String, String, CancellationToken)
GetAtSubscriptionScope(IDeploymentsOperations, String)
GetAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)
ListAtSubscriptionScope(IDeploymentsOperations, ODataQuery<DeploymentExtendedFilter>)
ListAtSubscriptionScopeAsync(IDeploymentsOperations, ODataQuery<DeploymentExtendedFilter>, CancellationToken)
ListAtSubscriptionScopeNext(IDeploymentsOperations, String)
ListAtSubscriptionScopeNextAsync(IDeploymentsOperations, String, CancellationToken)
ListByResourceGroup(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>)
ListByResourceGroupAsync(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>, CancellationToken)
ListByResourceGroupNext(IDeploymentsOperations, String)
ListByResourceGroupNextAsync(IDeploymentsOperations, String, CancellationToken)
Validate(IDeploymentsOperations, String, String, Deployment)
ValidateAsync(IDeploymentsOperations, String, String, Deployment, CancellationToken)
ValidateAtSubscriptionScope(IDeploymentsOperations, String, Deployment)
ValidateAtSubscriptionScopeAsync(IDeploymentsOperations, String, Deployment, CancellationToken)

Applies to