共用方式為


IntegrationRuntimes interface

表示 IntegrationRuntimes 的介面。

方法

get(string, IntegrationRuntimesGetOptionalParams)

取得整合運行時間

list(IntegrationRuntimesListOptionalParams)

列出整合運行時間

方法詳細資料

get(string, IntegrationRuntimesGetOptionalParams)

取得整合運行時間

function get(integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>

參數

integrationRuntimeName

string

Integration Runtime 名稱

options
IntegrationRuntimesGetOptionalParams

選項參數。

傳回

list(IntegrationRuntimesListOptionalParams)

列出整合運行時間

function list(options?: IntegrationRuntimesListOptionalParams): Promise<IntegrationRuntimeListResponse>

參數

options
IntegrationRuntimesListOptionalParams

選項參數。

傳回