IntegrationRuntimes interface
IntegrationRuntimes'ı temsil eden arabirim.
Yöntemler
| get(string, Integration |
Tümleştirme Çalışma Zamanı Alma |
| list(Integration |
Tümleştirme Çalışma Zamanlarını Listeleme |
Yöntem Ayrıntıları
get(string, IntegrationRuntimesGetOptionalParams)
Tümleştirme Çalışma Zamanı Alma
function get(integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>
Parametreler
- integrationRuntimeName
-
string
Integration Runtime adı
Seçenekler parametreleri.
Döndürülenler
Promise<IntegrationRuntimeResource>
list(IntegrationRuntimesListOptionalParams)
Tümleştirme Çalışma Zamanlarını Listeleme
function list(options?: IntegrationRuntimesListOptionalParams): Promise<IntegrationRuntimeListResponse>
Parametreler
Seçenekler parametreleri.
Döndürülenler
Promise<IntegrationRuntimeListResponse>