你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAgreementsOperations 接口

定义

public interface IAgreementsOperations
type IAgreementsOperations = interface
Public Interface IAgreementsOperations

方法

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)

扩展方法

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)

适用于