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

IntegrationAccountSchemas interface

表示 IntegrationAccountSchemas 的接口。

方法

createOrUpdate(string, string, string, IntegrationAccountSchema, IntegrationAccountSchemasCreateOrUpdateOptionalParams)

创建或更新集成帐户架构。

delete(string, string, string, IntegrationAccountSchemasDeleteOptionalParams)

删除集成帐户架构。

get(string, string, string, IntegrationAccountSchemasGetOptionalParams)

获取集成帐户架构。

list(string, string, IntegrationAccountSchemasListOptionalParams)

获取集成帐户架构的列表。

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountSchemasListContentCallbackUrlOptionalParams)

获取内容回调 URL。

方法详细信息

createOrUpdate(string, string, string, IntegrationAccountSchema, IntegrationAccountSchemasCreateOrUpdateOptionalParams)

创建或更新集成帐户架构。

function createOrUpdate(resourceGroupName: string, integrationAccountName: string, schemaName: string, schema: IntegrationAccountSchema, options?: IntegrationAccountSchemasCreateOrUpdateOptionalParams): Promise<IntegrationAccountSchema>

参数

resourceGroupName

string

资源组名称。

integrationAccountName

string

集成帐户名称。

schemaName

string

集成帐户架构名称。

schema
IntegrationAccountSchema

集成帐户架构。

返回

delete(string, string, string, IntegrationAccountSchemasDeleteOptionalParams)

删除集成帐户架构。

function delete(resourceGroupName: string, integrationAccountName: string, schemaName: string, options?: IntegrationAccountSchemasDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组名称。

integrationAccountName

string

集成帐户名称。

schemaName

string

集成帐户架构名称。

返回

Promise<void>

get(string, string, string, IntegrationAccountSchemasGetOptionalParams)

获取集成帐户架构。

function get(resourceGroupName: string, integrationAccountName: string, schemaName: string, options?: IntegrationAccountSchemasGetOptionalParams): Promise<IntegrationAccountSchema>

参数

resourceGroupName

string

资源组名称。

integrationAccountName

string

集成帐户名称。

schemaName

string

集成帐户架构名称。

返回

list(string, string, IntegrationAccountSchemasListOptionalParams)

获取集成帐户架构的列表。

function list(resourceGroupName: string, integrationAccountName: string, options?: IntegrationAccountSchemasListOptionalParams): PagedAsyncIterableIterator<IntegrationAccountSchema, IntegrationAccountSchema[], PageSettings>

参数

resourceGroupName

string

资源组名称。

integrationAccountName

string

集成帐户名称。

返回

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountSchemasListContentCallbackUrlOptionalParams)

获取内容回调 URL。

function listContentCallbackUrl(resourceGroupName: string, integrationAccountName: string, schemaName: string, listContentCallbackUrl: GetCallbackUrlParameters, options?: IntegrationAccountSchemasListContentCallbackUrlOptionalParams): Promise<WorkflowTriggerCallbackUrl>

参数

resourceGroupName

string

资源组名称。

integrationAccountName

string

集成帐户名称。

schemaName

string

集成帐户架构名称。

listContentCallbackUrl
GetCallbackUrlParameters

回调 URL 参数。

返回