IntegrationRuntimes interface
Interface die een IntegrationRuntimes vertegenwoordigt.
Methoden
| get(string, Integration |
Integration Runtime ophalen |
| list(Integration |
Integratieruntimes vermelden |
Methodedetails
get(string, IntegrationRuntimesGetOptionalParams)
Integration Runtime ophalen
function get(integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>
Parameters
- integrationRuntimeName
-
string
De naam van Integration Runtime
De optiesparameters.
Retouren
Promise<IntegrationRuntimeResource>
list(IntegrationRuntimesListOptionalParams)
Integratieruntimes vermelden
function list(options?: IntegrationRuntimesListOptionalParams): Promise<IntegrationRuntimeListResponse>
Parameters
De optiesparameters.
Retouren
Promise<IntegrationRuntimeListResponse>