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

IntegrationFabricsOperations interface

表示 IntegrationFabrics作的接口。

属性

create

创建 IntegrationFabric

delete
get

获取 IntegrationFabric

list

按 ManagedGrafana 列出 IntegrationFabric 资源

update

更新 IntegrationFabric

属性详细信息

create

创建 IntegrationFabric

create: (resourceGroupName: string, workspaceName: string, integrationFabricName: string, requestBodyParameters: IntegrationFabric, options?: IntegrationFabricsCreateOptionalParams) => PollerLike<OperationState<IntegrationFabric>, IntegrationFabric>

属性值

(resourceGroupName: string, workspaceName: string, integrationFabricName: string, requestBodyParameters: IntegrationFabric, options?: IntegrationFabricsCreateOptionalParams) => PollerLike<OperationState<IntegrationFabric>, IntegrationFabric>

delete

delete: (resourceGroupName: string, workspaceName: string, integrationFabricName: string, options?: IntegrationFabricsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

属性值

(resourceGroupName: string, workspaceName: string, integrationFabricName: string, options?: IntegrationFabricsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

获取 IntegrationFabric

get: (resourceGroupName: string, workspaceName: string, integrationFabricName: string, options?: IntegrationFabricsGetOptionalParams) => Promise<IntegrationFabric>

属性值

(resourceGroupName: string, workspaceName: string, integrationFabricName: string, options?: IntegrationFabricsGetOptionalParams) => Promise<IntegrationFabric>

list

按 ManagedGrafana 列出 IntegrationFabric 资源

list: (resourceGroupName: string, workspaceName: string, options?: IntegrationFabricsListOptionalParams) => PagedAsyncIterableIterator<IntegrationFabric, IntegrationFabric[], PageSettings>

属性值

(resourceGroupName: string, workspaceName: string, options?: IntegrationFabricsListOptionalParams) => PagedAsyncIterableIterator<IntegrationFabric, IntegrationFabric[], PageSettings>

update

更新 IntegrationFabric

update: (resourceGroupName: string, workspaceName: string, integrationFabricName: string, requestBodyParameters: IntegrationFabricUpdateParameters, options?: IntegrationFabricsUpdateOptionalParams) => PollerLike<OperationState<IntegrationFabric>, IntegrationFabric>

属性值

(resourceGroupName: string, workspaceName: string, integrationFabricName: string, requestBodyParameters: IntegrationFabricUpdateParameters, options?: IntegrationFabricsUpdateOptionalParams) => PollerLike<OperationState<IntegrationFabric>, IntegrationFabric>