IntegrationRuntimes interface
Interface representing a IntegrationRuntimes.
Methods
| get(string, Integration |
Get Integration Runtime |
| list(Integration |
List Integration Runtimes |
Method Details
get(string, IntegrationRuntimesGetOptionalParams)
Get Integration Runtime
function get(integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>
Parameters
- integrationRuntimeName
-
string
The Integration Runtime name
The options parameters.
Returns
Promise<IntegrationRuntimeResource>
list(IntegrationRuntimesListOptionalParams)
List Integration Runtimes
function list(options?: IntegrationRuntimesListOptionalParams): Promise<IntegrationRuntimeListResponse>
Parameters
The options parameters.
Returns
Promise<IntegrationRuntimeListResponse>