Partager via


IIntegrationAccountSchemasOperations Interface

Définition

Opérations IntegrationAccountSchemasOperations.

public interface IIntegrationAccountSchemasOperations
type IIntegrationAccountSchemasOperations = interface
Public Interface IIntegrationAccountSchemasOperations

Méthodes

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

Crée ou met à jour un schéma de compte d’intégration.

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

Supprime un schéma de compte d’intégration.

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

Obtient un schéma de compte d’intégration.

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

Obtenez l’URL de rappel de contenu.

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

Obtient la liste des schémas de compte d’intégration.

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

Obtient la liste des schémas de compte d’intégration.

Méthodes d’extension

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

Crée ou met à jour un schéma de compte d’intégration.

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

Crée ou met à jour un schéma de compte d’intégration.

Delete(IIntegrationAccountSchemasOperations, String, String, String)

Supprime un schéma de compte d’intégration.

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

Supprime un schéma de compte d’intégration.

Get(IIntegrationAccountSchemasOperations, String, String, String)

Obtient un schéma de compte d’intégration.

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

Obtient un schéma de compte d’intégration.

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

Obtient la liste des schémas de compte d’intégration.

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

Obtient la liste des schémas de compte d’intégration.

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

Obtenez l’URL de rappel de contenu.

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

Obtenez l’URL de rappel de contenu.

ListNext(IIntegrationAccountSchemasOperations, String)

Obtient la liste des schémas de compte d’intégration.

ListNextAsync(IIntegrationAccountSchemasOperations, String, CancellationToken)

Obtient la liste des schémas de compte d’intégration.

S’applique à