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

ISchemasOperations 接口

定义

public interface ISchemasOperations
type ISchemasOperations = interface
Public Interface ISchemasOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IntegrationAccountSchemaInner, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListByIntegrationAccountsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListByIntegrationAccountsWithHttpMessagesAsync(String, String, ODataQuery<IntegrationAccountSchemaFilterInner>, Dictionary<String, List<String>>, CancellationToken)

扩展方法

CreateOrUpdateAsync(ISchemasOperations, String, String, String, IntegrationAccountSchemaInner, CancellationToken)
DeleteAsync(ISchemasOperations, String, String, String, CancellationToken)
GetAsync(ISchemasOperations, String, String, String, CancellationToken)
ListByIntegrationAccountsAsync(ISchemasOperations, String, String, ODataQuery<IntegrationAccountSchemaFilterInner>, CancellationToken)
ListByIntegrationAccountsNextAsync(ISchemasOperations, String, CancellationToken)

适用于