ISchemasOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ISchemasOperations
type ISchemasOperations = interface
Public Interface ISchemasOperations
Methods
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)
Extension Methods
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)
Applies to