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

IIntegrationAccountBatchConfigurationsOperations 接口

定义

IntegrationAccountBatchConfigurationsOperations 操作。

public interface IIntegrationAccountBatchConfigurationsOperations
type IIntegrationAccountBatchConfigurationsOperations = interface
Public Interface IIntegrationAccountBatchConfigurationsOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, BatchConfiguration, Dictionary<String,List<String>>, CancellationToken)

创建或更新集成帐户的批处理配置。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除集成帐户的批处理配置。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取集成帐户的批处理配置。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出集成帐户的批处理配置。

扩展方法

CreateOrUpdate(IIntegrationAccountBatchConfigurationsOperations, String, String, String, BatchConfiguration)

创建或更新集成帐户的批处理配置。

CreateOrUpdateAsync(IIntegrationAccountBatchConfigurationsOperations, String, String, String, BatchConfiguration, CancellationToken)

创建或更新集成帐户的批处理配置。

Delete(IIntegrationAccountBatchConfigurationsOperations, String, String, String)

删除集成帐户的批处理配置。

DeleteAsync(IIntegrationAccountBatchConfigurationsOperations, String, String, String, CancellationToken)

删除集成帐户的批处理配置。

Get(IIntegrationAccountBatchConfigurationsOperations, String, String, String)

获取集成帐户的批处理配置。

GetAsync(IIntegrationAccountBatchConfigurationsOperations, String, String, String, CancellationToken)

获取集成帐户的批处理配置。

List(IIntegrationAccountBatchConfigurationsOperations, String, String)

列出集成帐户的批处理配置。

ListAsync(IIntegrationAccountBatchConfigurationsOperations, String, String, CancellationToken)

列出集成帐户的批处理配置。

适用于