다음을 통해 공유


ConnectionMonitorResultProperties 클래스

연결 모니터의 속성을 설명합니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.network.models._models.ConnectionMonitorParameters
ConnectionMonitorResultProperties

생성자

ConnectionMonitorResultProperties(*, source: _models.ConnectionMonitorSource | None = None, destination: _models.ConnectionMonitorDestination | None = None, auto_start: bool = True, monitoring_interval_in_seconds: int = 60, endpoints: List[_models.ConnectionMonitorEndpoint] | None = None, test_configurations: List[_models.ConnectionMonitorTestConfiguration] | None = None, test_groups: List[_models.ConnectionMonitorTestGroup] | None = None, outputs: List[_models.ConnectionMonitorOutput] | None = None, notes: str | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
source

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

destination

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

auto_start

연결 모니터가 만들어지면 자동으로 시작될지 여부를 결정합니다.

Default value: True
monitoring_interval_in_seconds
int

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

Default value: 60
endpoints

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

test_configurations

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

test_groups

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

outputs

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

notes
str

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

변수

Name Description
source

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

destination

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

auto_start

연결 모니터가 만들어지면 자동으로 시작될지 여부를 결정합니다.

monitoring_interval_in_seconds
int

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

endpoints

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

test_configurations

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

test_groups

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

outputs

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

notes
str

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

provisioning_state

연결 모니터의 프로비전 상태입니다. 알려진 값은 "성공", "업데이트 중", "삭제 중" 및 "실패"입니다.

start_time

연결 모니터가 시작된 날짜 및 시간입니다.

monitoring_status
str

연결 모니터의 모니터링 상태.

connection_monitor_type

연결 모니터의 유형입니다. 알려진 값은 "MultiEndpoint" 및 "SingleSourceDestination"입니다.