다음을 통해 공유


IAgreementsOperations Interface

Definition

public interface IAgreementsOperations
type IAgreementsOperations = interface
Public Interface IAgreementsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IntegrationAccountAgreementInner, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListByIntegrationAccountsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListByIntegrationAccountsWithHttpMessagesAsync(String, String, ODataQuery<IntegrationAccountAgreementFilterInner>, Dictionary<String, List<String>>, CancellationToken)

Extension Methods

CreateOrUpdateAsync(IAgreementsOperations, String, String, String, IntegrationAccountAgreementInner, CancellationToken)
DeleteAsync(IAgreementsOperations, String, String, String, CancellationToken)
GetAsync(IAgreementsOperations, String, String, String, CancellationToken)
ListByIntegrationAccountsAsync(IAgreementsOperations, String, String, ODataQuery<IntegrationAccountAgreementFilterInner>, CancellationToken)
ListByIntegrationAccountsNextAsync(IAgreementsOperations, String, CancellationToken)

Applies to