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

IIntegrationAccountMapsOperations 接口

定义

IntegrationAccountMapsOperations 操作。

public interface IIntegrationAccountMapsOperations
type IIntegrationAccountMapsOperations = interface
Public Interface IIntegrationAccountMapsOperations

方法

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

创建或更新集成帐户映射。

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

删除集成帐户映射。

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

获取集成帐户映射。

ListContentCallbackUrlWithHttpMessagesAsync(String, String, String, GetCallbackUrlParameters, Dictionary<String,List<String>>, CancellationToken)

获取内容回调 URL。

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

获取集成帐户映射的列表。

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

获取集成帐户映射的列表。

扩展方法

CreateOrUpdate(IIntegrationAccountMapsOperations, String, String, String, IntegrationAccountMap)

创建或更新集成帐户映射。

CreateOrUpdateAsync(IIntegrationAccountMapsOperations, String, String, String, IntegrationAccountMap, CancellationToken)

创建或更新集成帐户映射。

Delete(IIntegrationAccountMapsOperations, String, String, String)

删除集成帐户映射。

DeleteAsync(IIntegrationAccountMapsOperations, String, String, String, CancellationToken)

删除集成帐户映射。

Get(IIntegrationAccountMapsOperations, String, String, String)

获取集成帐户映射。

GetAsync(IIntegrationAccountMapsOperations, String, String, String, CancellationToken)

获取集成帐户映射。

List(IIntegrationAccountMapsOperations, String, String, ODataQuery<IntegrationAccountMapFilter>)

获取集成帐户映射的列表。

ListAsync(IIntegrationAccountMapsOperations, String, String, ODataQuery<IntegrationAccountMapFilter>, CancellationToken)

获取集成帐户映射的列表。

ListContentCallbackUrl(IIntegrationAccountMapsOperations, String, String, String, GetCallbackUrlParameters)

获取内容回调 URL。

ListContentCallbackUrlAsync(IIntegrationAccountMapsOperations, String, String, String, GetCallbackUrlParameters, CancellationToken)

获取内容回调 URL。

ListNext(IIntegrationAccountMapsOperations, String)

获取集成帐户映射的列表。

ListNextAsync(IIntegrationAccountMapsOperations, String, CancellationToken)

获取集成帐户映射的列表。

适用于