Partager via


IIntegrationAccountAgreementsOperations Interface

Définition

Opérations IntegrationAccountAgreementsOperations.

public interface IIntegrationAccountAgreementsOperations
type IIntegrationAccountAgreementsOperations = interface
Public Interface IIntegrationAccountAgreementsOperations

Méthodes

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

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

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

Supprime un contrat de compte d’intégration.

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

Obtient un contrat 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 contrats de compte d’intégration.

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

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

Méthodes d’extension

CreateOrUpdate(IIntegrationAccountAgreementsOperations, String, String, String, IntegrationAccountAgreement)

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

CreateOrUpdateAsync(IIntegrationAccountAgreementsOperations, String, String, String, IntegrationAccountAgreement, CancellationToken)

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

Delete(IIntegrationAccountAgreementsOperations, String, String, String)

Supprime un contrat de compte d’intégration.

DeleteAsync(IIntegrationAccountAgreementsOperations, String, String, String, CancellationToken)

Supprime un contrat de compte d’intégration.

Get(IIntegrationAccountAgreementsOperations, String, String, String)

Obtient un contrat de compte d’intégration.

GetAsync(IIntegrationAccountAgreementsOperations, String, String, String, CancellationToken)

Obtient un contrat de compte d’intégration.

List(IIntegrationAccountAgreementsOperations, String, String, ODataQuery<IntegrationAccountAgreementFilter>)

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

ListAsync(IIntegrationAccountAgreementsOperations, String, String, ODataQuery<IntegrationAccountAgreementFilter>, CancellationToken)

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

ListContentCallbackUrl(IIntegrationAccountAgreementsOperations, String, String, String, GetCallbackUrlParameters)

Obtenez l’URL de rappel de contenu.

ListContentCallbackUrlAsync(IIntegrationAccountAgreementsOperations, String, String, String, GetCallbackUrlParameters, CancellationToken)

Obtenez l’URL de rappel de contenu.

ListNext(IIntegrationAccountAgreementsOperations, String)

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

ListNextAsync(IIntegrationAccountAgreementsOperations, String, CancellationToken)

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

S’applique à