Partager via


IIntegrationAccountPartnersOperations Interface

Définition

Opérations IntegrationAccountPartnersOperations.

public interface IIntegrationAccountPartnersOperations
type IIntegrationAccountPartnersOperations = interface
Public Interface IIntegrationAccountPartnersOperations

Méthodes

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

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

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

Supprime un partenaire de compte d’intégration.

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

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

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

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

Méthodes d’extension

CreateOrUpdate(IIntegrationAccountPartnersOperations, String, String, String, IntegrationAccountPartner)

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

CreateOrUpdateAsync(IIntegrationAccountPartnersOperations, String, String, String, IntegrationAccountPartner, CancellationToken)

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

Delete(IIntegrationAccountPartnersOperations, String, String, String)

Supprime un partenaire de compte d’intégration.

DeleteAsync(IIntegrationAccountPartnersOperations, String, String, String, CancellationToken)

Supprime un partenaire de compte d’intégration.

Get(IIntegrationAccountPartnersOperations, String, String, String)

Obtient un partenaire de compte d’intégration.

GetAsync(IIntegrationAccountPartnersOperations, String, String, String, CancellationToken)

Obtient un partenaire de compte d’intégration.

List(IIntegrationAccountPartnersOperations, String, String, ODataQuery<IntegrationAccountPartnerFilter>)

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

ListAsync(IIntegrationAccountPartnersOperations, String, String, ODataQuery<IntegrationAccountPartnerFilter>, CancellationToken)

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

ListContentCallbackUrl(IIntegrationAccountPartnersOperations, String, String, String, GetCallbackUrlParameters)

Obtenez l’URL de rappel de contenu.

ListContentCallbackUrlAsync(IIntegrationAccountPartnersOperations, String, String, String, GetCallbackUrlParameters, CancellationToken)

Obtenez l’URL de rappel de contenu.

ListNext(IIntegrationAccountPartnersOperations, String)

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

ListNextAsync(IIntegrationAccountPartnersOperations, String, CancellationToken)

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

S’applique à