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

IIntegrationAccountSchemasOperations 接口

定义

IntegrationAccountSchemasOperations 操作。

public interface IIntegrationAccountSchemasOperations
type IIntegrationAccountSchemasOperations = interface
Public Interface IIntegrationAccountSchemasOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IntegrationAccountSchema, 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<IntegrationAccountSchemaFilter>, Dictionary<String,List<String>>, CancellationToken)

获取集成帐户架构的列表。

扩展方法

CreateOrUpdate(IIntegrationAccountSchemasOperations, String, String, String, IntegrationAccountSchema)

创建或更新集成帐户架构。

CreateOrUpdateAsync(IIntegrationAccountSchemasOperations, String, String, String, IntegrationAccountSchema, CancellationToken)

创建或更新集成帐户架构。

Delete(IIntegrationAccountSchemasOperations, String, String, String)

删除集成帐户架构。

DeleteAsync(IIntegrationAccountSchemasOperations, String, String, String, CancellationToken)

删除集成帐户架构。

Get(IIntegrationAccountSchemasOperations, String, String, String)

获取集成帐户架构。

GetAsync(IIntegrationAccountSchemasOperations, String, String, String, CancellationToken)

获取集成帐户架构。

List(IIntegrationAccountSchemasOperations, String, String, ODataQuery<IntegrationAccountSchemaFilter>)

获取集成帐户架构的列表。

ListAsync(IIntegrationAccountSchemasOperations, String, String, ODataQuery<IntegrationAccountSchemaFilter>, CancellationToken)

获取集成帐户架构的列表。

ListContentCallbackUrl(IIntegrationAccountSchemasOperations, String, String, String, GetCallbackUrlParameters)

获取内容回调 URL。

ListContentCallbackUrlAsync(IIntegrationAccountSchemasOperations, String, String, String, GetCallbackUrlParameters, CancellationToken)

获取内容回调 URL。

ListNext(IIntegrationAccountSchemasOperations, String)

获取集成帐户架构的列表。

ListNextAsync(IIntegrationAccountSchemasOperations, String, CancellationToken)

获取集成帐户架构的列表。

适用于