IntegrationRuntimes interface
IntegrationRuntimes를 나타내는 인터페이스입니다.
메서드
| get(string, Integration |
Integration Runtime 가져오기 |
| list(Integration |
통합 런타임 나열 |
메서드 세부 정보
get(string, IntegrationRuntimesGetOptionalParams)
Integration Runtime 가져오기
function get(integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>
매개 변수
- integrationRuntimeName
-
string
Integration Runtime 이름
옵션 매개 변수입니다.
반환
Promise<IntegrationRuntimeResource>
list(IntegrationRuntimesListOptionalParams)
통합 런타임 나열
function list(options?: IntegrationRuntimesListOptionalParams): Promise<IntegrationRuntimeListResponse>
매개 변수
옵션 매개 변수입니다.
반환
Promise<IntegrationRuntimeListResponse>