IntegrationRuntimes interface
表示 IntegrationRuntimes 的介面。
方法
| get(string, Integration |
取得整合運行時間 |
| list(Integration |
列出整合運行時間 |
方法詳細資料
get(string, IntegrationRuntimesGetOptionalParams)
取得整合運行時間
function get(integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>
參數
- integrationRuntimeName
-
string
Integration Runtime 名稱
選項參數。
傳回
Promise<IntegrationRuntimeResource>
list(IntegrationRuntimesListOptionalParams)
列出整合運行時間
function list(options?: IntegrationRuntimesListOptionalParams): Promise<IntegrationRuntimeListResponse>
參數
選項參數。
傳回
Promise<IntegrationRuntimeListResponse>