你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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