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

IIntegrationAccountAgreementsOperations 接口

定义

IntegrationAccountAgreementsOperations 操作。

public interface IIntegrationAccountAgreementsOperations
type IIntegrationAccountAgreementsOperations = interface
Public Interface IIntegrationAccountAgreementsOperations

方法

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

创建或更新集成帐户协议。

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

删除集成帐户协议。

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

获取集成帐户协议。

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

获取内容回调 URL。

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

获取集成帐户协议的列表。

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

获取集成帐户协议的列表。

扩展方法

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

创建或更新集成帐户协议。

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

创建或更新集成帐户协议。

Delete(IIntegrationAccountAgreementsOperations, String, String, String)

删除集成帐户协议。

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

删除集成帐户协议。

Get(IIntegrationAccountAgreementsOperations, String, String, String)

获取集成帐户协议。

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

获取集成帐户协议。

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

获取集成帐户协议的列表。

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

获取集成帐户协议的列表。

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

获取内容回调 URL。

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

获取内容回调 URL。

ListNext(IIntegrationAccountAgreementsOperations, String)

获取集成帐户协议的列表。

ListNextAsync(IIntegrationAccountAgreementsOperations, String, CancellationToken)

获取集成帐户协议的列表。

适用于