ConnectionMonitor interface
연결 모니터를 만드는 작업을 정의하는 매개 변수입니다.
속성
| location | 연결 모니터 위치입니다. |
| properties | 연결 모니터의 속성입니다. |
| tags | 연결 모니터 태그입니다. |
속성 세부 정보
location
연결 모니터 위치입니다.
location?: string
속성 값
string
properties
tags
연결 모니터 태그입니다.
tags?: Record<string, string>
속성 값
Record<string, string>