IIntegrationAccountAgreementsOperations Interface

Definition

IntegrationAccountAgreementsOperations operations.

public interface IIntegrationAccountAgreementsOperations
type IIntegrationAccountAgreementsOperations = interface
Public Interface IIntegrationAccountAgreementsOperations

Methods

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

Creates or updates an integration account agreement.

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

Deletes an integration account agreement.

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

Gets an integration account agreement.

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

Get the content callback url.

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

Gets a list of integration account agreements.

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

Gets a list of integration account agreements.

Extension Methods

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

Creates or updates an integration account agreement.

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

Creates or updates an integration account agreement.

Delete(IIntegrationAccountAgreementsOperations, String, String, String)

Deletes an integration account agreement.

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

Deletes an integration account agreement.

Get(IIntegrationAccountAgreementsOperations, String, String, String)

Gets an integration account agreement.

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

Gets an integration account agreement.

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

Gets a list of integration account agreements.

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

Gets a list of integration account agreements.

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

Get the content callback url.

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

Get the content callback url.

ListNext(IIntegrationAccountAgreementsOperations, String)

Gets a list of integration account agreements.

ListNextAsync(IIntegrationAccountAgreementsOperations, String, CancellationToken)

Gets a list of integration account agreements.

Applies to