IntegrationAccountAgreements interface
表示 IntegrationAccountAgreements 的接口。
方法
方法详细信息
createOrUpdate(string, string, string, IntegrationAccountAgreement, IntegrationAccountAgreementsCreateOrUpdateOptionalParams)
创建或更新集成帐户协议。
function createOrUpdate(resourceGroupName: string, integrationAccountName: string, agreementName: string, agreement: IntegrationAccountAgreement, options?: IntegrationAccountAgreementsCreateOrUpdateOptionalParams): Promise<IntegrationAccountAgreement>
参数
- resourceGroupName
-
string
资源组名称。
- integrationAccountName
-
string
集成帐户名称。
- agreementName
-
string
集成帐户协议名称。
- agreement
- IntegrationAccountAgreement
集成帐户协议。
选项参数。
返回
Promise<IntegrationAccountAgreement>
delete(string, string, string, IntegrationAccountAgreementsDeleteOptionalParams)
删除集成帐户协议。
function delete(resourceGroupName: string, integrationAccountName: string, agreementName: string, options?: IntegrationAccountAgreementsDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组名称。
- integrationAccountName
-
string
集成帐户名称。
- agreementName
-
string
集成帐户协议名称。
选项参数。
返回
Promise<void>
get(string, string, string, IntegrationAccountAgreementsGetOptionalParams)
获取集成帐户协议。
function get(resourceGroupName: string, integrationAccountName: string, agreementName: string, options?: IntegrationAccountAgreementsGetOptionalParams): Promise<IntegrationAccountAgreement>
参数
- resourceGroupName
-
string
资源组名称。
- integrationAccountName
-
string
集成帐户名称。
- agreementName
-
string
集成帐户协议名称。
选项参数。
返回
Promise<IntegrationAccountAgreement>
list(string, string, IntegrationAccountAgreementsListOptionalParams)
获取集成帐户协议的列表。
function list(resourceGroupName: string, integrationAccountName: string, options?: IntegrationAccountAgreementsListOptionalParams): PagedAsyncIterableIterator<IntegrationAccountAgreement, IntegrationAccountAgreement[], PageSettings>
参数
- resourceGroupName
-
string
资源组名称。
- integrationAccountName
-
string
集成帐户名称。
选项参数。
返回
listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountAgreementsListContentCallbackUrlOptionalParams)
获取内容回调 URL。
function listContentCallbackUrl(resourceGroupName: string, integrationAccountName: string, agreementName: string, listContentCallbackUrl: GetCallbackUrlParameters, options?: IntegrationAccountAgreementsListContentCallbackUrlOptionalParams): Promise<WorkflowTriggerCallbackUrl>
参数
- resourceGroupName
-
string
资源组名称。
- integrationAccountName
-
string
集成帐户名称。
- agreementName
-
string
集成帐户协议名称。
- listContentCallbackUrl
- GetCallbackUrlParameters
回调 URL 参数。
返回
Promise<WorkflowTriggerCallbackUrl>