Partager via


IIntegrationAccountMapsOperations Interface

Définition

Opérations IntegrationAccountMapsOperations.

public interface IIntegrationAccountMapsOperations
type IIntegrationAccountMapsOperations = interface
Public Interface IIntegrationAccountMapsOperations

Méthodes

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

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

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

Supprime un mappage de compte d’intégration.

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

Obtient un mappage 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 une liste de mappages de comptes d’intégration.

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

Obtient une liste de mappages de comptes d’intégration.

Méthodes d’extension

CreateOrUpdate(IIntegrationAccountMapsOperations, String, String, String, IntegrationAccountMap)

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

CreateOrUpdateAsync(IIntegrationAccountMapsOperations, String, String, String, IntegrationAccountMap, CancellationToken)

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

Delete(IIntegrationAccountMapsOperations, String, String, String)

Supprime un mappage de compte d’intégration.

DeleteAsync(IIntegrationAccountMapsOperations, String, String, String, CancellationToken)

Supprime un mappage de compte d’intégration.

Get(IIntegrationAccountMapsOperations, String, String, String)

Obtient un mappage de compte d’intégration.

GetAsync(IIntegrationAccountMapsOperations, String, String, String, CancellationToken)

Obtient un mappage de compte d’intégration.

List(IIntegrationAccountMapsOperations, String, String, ODataQuery<IntegrationAccountMapFilter>)

Obtient une liste de mappages de comptes d’intégration.

ListAsync(IIntegrationAccountMapsOperations, String, String, ODataQuery<IntegrationAccountMapFilter>, CancellationToken)

Obtient une liste de mappages de comptes d’intégration.

ListContentCallbackUrl(IIntegrationAccountMapsOperations, String, String, String, GetCallbackUrlParameters)

Obtenez l’URL de rappel de contenu.

ListContentCallbackUrlAsync(IIntegrationAccountMapsOperations, String, String, String, GetCallbackUrlParameters, CancellationToken)

Obtenez l’URL de rappel de contenu.

ListNext(IIntegrationAccountMapsOperations, String)

Obtient une liste de mappages de comptes d’intégration.

ListNextAsync(IIntegrationAccountMapsOperations, String, CancellationToken)

Obtient une liste de mappages de comptes d’intégration.

S’applique à