az network watcher connection-monitor endpoint

연결 모니터의 끝점을 관리 합니다.

명령

az network watcher connection-monitor endpoint add

연결 모니터에 끝점을 추가 합니다.

az network watcher connection-monitor endpoint list

모든 끝점 나열 연결 모니터를 형성 합니다.

az network watcher connection-monitor endpoint remove

연결 모니터에서 끝점을 제거 합니다.

az network watcher connection-monitor endpoint show

연결 모니터에서 끝점을 표시 합니다.

az network watcher connection-monitor endpoint add

연결 모니터에 끝점을 추가 합니다.

az network watcher connection-monitor endpoint add --connection-monitor
                                                   --location
                                                   --name
                                                   [--address]
                                                   [--address-exclude]
                                                   [--address-include]
                                                   [--coverage-level {AboveAverage, Average, BelowAverage, Default, Full, Low}]
                                                   [--dest-test-groups]
                                                   [--filter-item]
                                                   [--filter-type {Include}]
                                                   [--resource-id]
                                                   [--source-test-groups]
                                                   [--subscription]
                                                   [--type {AzureSubnet, AzureVM, AzureVNet, ExternalAddress, MMAWorkspaceMachine, MMAWorkspaceNetwork}]

예제

외부 주소를 대상 끝점으로 추가

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MyExternalEndpoint --address "bing.com" --dest-test-groups DefaultTestGroup --type ExternalAddress

Azure VM을 원본 엔드포인트로 추가

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MyVMEndpoint --resource-id MyVMResourceID --source-test-groups DefaultTestGroup --type AzureVM

주소가 제외 된 원본 끝점으로 서브넷 추가

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MySubnetEndpoint --resource-id MySubnetID --source-test-groups DefaultTestGroup --type AzureSubnet --address-exclude 10.0.0.25 10.0.0.30 --coverage-level BelowAverage

필수 매개 변수

--connection-monitor

연결 모니터 이름입니다.

--location -l

위치입니다. 값 출처: az account list-locations. az configure --defaults location=<location>을 사용하여 기본 위치를 구성할 수 있습니다.

--name -n

연결 모니터 끝점의 이름입니다.

선택적 매개 변수

--address

연결 모니터 끝점 (IP 또는 도메인 이름)의 주소입니다.

--address-exclude

끝점 범위에 포함 해야 하는 끝점 항목의 주소 목록입니다.

--address-include

끝점 범위에 포함 해야 하는 끝점 항목의 주소 목록입니다.

--coverage-level

끝점에 대 한 테스트 검사입니다.

허용되는 값: AboveAverage, Average, BelowAverage, Default, Full, Low
--dest-test-groups

대상으로 참조할 테스트 그룹의 이름을 공백으로 구분한 목록입니다.

--filter-item

필터 항목을 정의 하는 속성 = 값 쌍의 목록입니다. 속성에는 현재 형식, 주소가 포함 됩니다. 형식의 속성 값은 ' AgentAddress '만 지원 합니다.

--filter-type

끝점 필터의 동작입니다. 현재 ' 포함 '만 지원 됩니다.

허용되는 값: Include
--resource-id

연결 모니터 끝점의 리소스 ID입니다.

--source-test-groups

소스로 참조할 테스트 그룹의 이름을 공백으로 구분한 목록입니다.

--subscription

구독의 이름 또는 ID입니다. 을 사용 하 여 기본 구독을 구성할 수 있습니다 az account set -s NAME_OR_ID .

--type

끝점 유형입니다.

허용되는 값: AzureSubnet, AzureVM, AzureVNet, ExternalAddress, MMAWorkspaceMachine, MMAWorkspaceNetwork

az network watcher connection-monitor endpoint list

모든 끝점 나열 연결 모니터를 형성 합니다.

az network watcher connection-monitor endpoint list --connection-monitor
                                                    --location
                                                    [--query-examples]
                                                    [--subscription]

예제

모든 끝점 나열 연결 모니터를 형성 합니다. 자동 생성

az network watcher connection-monitor endpoint list --connection-monitor MyConnectionMonitor --location westus2

필수 매개 변수

--connection-monitor

연결 모니터 이름입니다.

--location -l

위치입니다. 값 출처: az account list-locations. az configure --defaults location=<location>을 사용하여 기본 위치를 구성할 수 있습니다.

선택적 매개 변수

--query-examples

JMESPath 문자열을 권장 합니다. 쿼리 중 하나를 복사 하 여 결과를 볼 수 있도록 큰따옴표 내에서--query 매개 변수 뒤에 붙여 넣을 수 있습니다. 이러한 주요 단어를 기준으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 을 사용 하 여 기본 구독을 구성할 수 있습니다 az account set -s NAME_OR_ID .

az network watcher connection-monitor endpoint remove

연결 모니터에서 끝점을 제거 합니다.

az network watcher connection-monitor endpoint remove --connection-monitor
                                                      --location
                                                      --name
                                                      [--subscription]
                                                      [--test-groups]

예제

연결 모니터의 모든 테스트 그룹에서 끝점 제거

az network watcher connection-monitor endpoint remove --connection-monitor MyConnectionMonitor --location westus --name MyEndpoint

연결 모니터의 두 테스트 그룹에서 끝점 제거

az network watcher connection-monitor endpoint remove --connection-monitor MyConnectionMonitor --location westus --name MyEndpoint --test-groups DefaultTestGroup HealthCheckTestGroup

필수 매개 변수

--connection-monitor

연결 모니터 이름입니다.

--location -l

위치입니다. 값 출처: az account list-locations. az configure --defaults location=<location>을 사용하여 기본 위치를 구성할 수 있습니다.

--name -n

연결 모니터 끝점의 이름입니다.

선택적 매개 변수

--subscription

구독의 이름 또는 ID입니다. 을 사용 하 여 기본 구독을 구성할 수 있습니다 az account set -s NAME_OR_ID .

--test-groups

지정 된 경우에만 영향을 받아야 하는 테스트 그룹 이름의 공백으로 구분 된 목록입니다.

az network watcher connection-monitor endpoint show

연결 모니터에서 끝점을 표시 합니다.

az network watcher connection-monitor endpoint show --connection-monitor
                                                    --location
                                                    --name
                                                    [--query-examples]
                                                    [--subscription]

예제

연결 모니터에서 끝점을 표시 합니다. 자동 생성

az network watcher connection-monitor endpoint show --connection-monitor MyConnectionMonitor --location westus2 --name myconnectionmonitorendpoint --subscription MySubscription

필수 매개 변수

--connection-monitor

연결 모니터 이름입니다.

--location -l

위치입니다. 값 출처: az account list-locations. az configure --defaults location=<location>을 사용하여 기본 위치를 구성할 수 있습니다.

--name -n

연결 모니터 끝점의 이름입니다.

선택적 매개 변수

--query-examples

JMESPath 문자열을 권장 합니다. 쿼리 중 하나를 복사 하 여 결과를 볼 수 있도록 큰따옴표 내에서--query 매개 변수 뒤에 붙여 넣을 수 있습니다. 이러한 주요 단어를 기준으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 을 사용 하 여 기본 구독을 구성할 수 있습니다 az account set -s NAME_OR_ID .