IntegrationAccountAgreementsOperationsExtensions Class

Definition

Extension methods for IntegrationAccountAgreementsOperations.

public static class IntegrationAccountAgreementsOperationsExtensions
type IntegrationAccountAgreementsOperationsExtensions = class
Public Module IntegrationAccountAgreementsOperationsExtensions
Inheritance
IntegrationAccountAgreementsOperationsExtensions

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