다음을 통해 공유


ConnectionMonitor interface

연결 모니터를 만드는 작업을 정의하는 매개 변수입니다.

속성

autoStart

연결 모니터를 만든 후 자동으로 시작할지 여부를 결정합니다.

destination

연결 모니터의 대상을 설명합니다.

endpoints

연결 모니터 엔드포인트 목록입니다.

location

연결 모니터 위치입니다.

monitoringIntervalInSeconds

모니터링 간격(초)입니다.

notes

연결 모니터와 연결할 선택적 참고 사항입니다.

outputs

연결 모니터 출력 목록입니다.

source

연결 모니터의 원본을 설명합니다.

tags

연결 모니터 태그입니다.

testConfigurations

연결 모니터 테스트 구성 목록입니다.

testGroups

연결 모니터 테스트 그룹 목록입니다.

속성 세부 정보

autoStart

연결 모니터를 만든 후 자동으로 시작할지 여부를 결정합니다.

autoStart?: boolean

속성 값

boolean

destination

연결 모니터의 대상을 설명합니다.

destination?: ConnectionMonitorDestination

속성 값

endpoints

연결 모니터 엔드포인트 목록입니다.

endpoints?: ConnectionMonitorEndpoint[]

속성 값

location

연결 모니터 위치입니다.

location?: string

속성 값

string

monitoringIntervalInSeconds

모니터링 간격(초)입니다.

monitoringIntervalInSeconds?: number

속성 값

number

notes

연결 모니터와 연결할 선택적 참고 사항입니다.

notes?: string

속성 값

string

outputs

연결 모니터 출력 목록입니다.

outputs?: ConnectionMonitorOutput[]

속성 값

source

연결 모니터의 원본을 설명합니다.

source?: ConnectionMonitorSource

속성 값

tags

연결 모니터 태그입니다.

tags?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

testConfigurations

연결 모니터 테스트 구성 목록입니다.

testConfigurations?: ConnectionMonitorTestConfiguration[]

속성 값

testGroups

연결 모니터 테스트 그룹 목록입니다.

testGroups?: ConnectionMonitorTestGroup[]

속성 값