ConnectionMonitorResultPropertiesOutput interface
연결 모니터의 속성을 설명합니다.
속성
| connection |
연결 모니터의 유형입니다. |
| monitoring |
연결 모니터의 모니터링 상태입니다. |
| provisioning |
연결 모니터의 프로비전 상태입니다. |
| start |
연결 모니터가 시작된 날짜 및 시간입니다. |
상속된 속성
| auto |
연결 모니터를 만든 후 자동으로 시작할지 여부를 결정합니다. |
| destination | 연결 모니터의 대상을 설명합니다. |
| endpoints | 연결 모니터 엔드포인트 목록입니다. |
| monitoring |
모니터링 간격(초)입니다. |
| notes | 연결 모니터와 연결할 선택적 참고 사항입니다. |
| outputs | 연결 모니터 출력 목록입니다. |
| source | 연결 모니터의 원본을 설명합니다. |
| test |
연결 모니터 테스트 구성 목록입니다. |
| test |
연결 모니터 테스트 그룹 목록입니다. |
속성 세부 정보
connectionMonitorType
연결 모니터의 유형입니다.
connectionMonitorType?: "MultiEndpoint" | "SingleSourceDestination"
속성 값
"MultiEndpoint" | "SingleSourceDestination"
monitoringStatus
연결 모니터의 모니터링 상태입니다.
monitoringStatus?: string
속성 값
string
provisioningState
연결 모니터의 프로비전 상태입니다.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
속성 값
"Succeeded" | "Updating" | "Deleting" | "Failed"
startTime
연결 모니터가 시작된 날짜 및 시간입니다.
startTime?: string
속성 값
string
상속된 속성 세부 정보
autoStart
연결 모니터를 만든 후 자동으로 시작할지 여부를 결정합니다.
autoStart?: boolean
속성 값
boolean
destination
연결 모니터의 대상을 설명합니다.
destination?: ConnectionMonitorDestinationOutput
속성 값
endpoints
연결 모니터 엔드포인트 목록입니다.
endpoints?: ConnectionMonitorEndpointOutput[]
속성 값
monitoringIntervalInSeconds
모니터링 간격(초)입니다.
monitoringIntervalInSeconds?: number
속성 값
number
ConnectionMonitorParametersOutput.monitoringIntervalInSeconds 상속된
notes
outputs
연결 모니터 출력 목록입니다.
outputs?: ConnectionMonitorOutputOutput[]
속성 값
source
연결 모니터의 원본을 설명합니다.
source?: ConnectionMonitorSourceOutput
속성 값
testConfigurations
연결 모니터 테스트 구성 목록입니다.
testConfigurations?: ConnectionMonitorTestConfigurationOutput[]
속성 값
testGroups
연결 모니터 테스트 그룹 목록입니다.
testGroups?: ConnectionMonitorTestGroupOutput[]