az footprint measurement-endpoint

참고

이 참조는 Azure CLI에 대 한 공간 확장의 일부 이며 버전 2.11.0 이상 이어야 합니다. 확장은 az 발자국 측정-엔드포인트 명령을 처음 실행할 때 자동으로 설치 됩니다. 확장에 대해 자세히 알아보세요.

프로필에서 측정 끝점을 관리 하는 명령입니다.

명령

az footprint measurement-endpoint create

지정 된 속성을 사용 하 여 발자국 프로필에서 단일 측정 끝점을 만들거나 업데이트 합니다.

az footprint measurement-endpoint delete

공간 프로필에서 기존 측정 끝점을 삭제 합니다.

az footprint measurement-endpoint list

공간 프로필의 모든 측정 끝점에 대 한 정보를 검색 합니다.

az footprint measurement-endpoint show

발자국 프로필의 단일 측정 끝점에 대 한 정보를 검색 합니다.

az footprint measurement-endpoint update

지정 된 속성을 사용 하 여 발자국 프로필에서 단일 측정 끝점을 만들거나 업데이트 합니다.

az footprint measurement-endpoint create

지정 된 속성을 사용 하 여 발자국 프로필에서 단일 측정 끝점을 만들거나 업데이트 합니다.

az footprint measurement-endpoint create --endpoint
                                         --measurement-endpoint-name
                                         --measurement-type
                                         --profile-name
                                         --resource-group
                                         --weight
                                         [--description]
                                         [--end-time-utc]
                                         [--experiment-id]
                                         [--metadata]
                                         [--object-path]
                                         [--sample-rate-cold]
                                         [--sample-rate-hot]
                                         [--sample-rate-warm]
                                         [--start-time-utc]

예제

측정 끝점을 만들거나 업데이트 합니다.

az footprint measurement-endpoint create --name "endpoint1" --endpoint "www.contoso.com" --experiment-id "664cdec4f07d4e1083c9b3969ee2c49b" --measurement-type 2 --object-path "/trans.gif" --weight 10 --profile-name "fpProfile1" --resource-group "rgName"

필수 매개 변수

--endpoint

측정 끝점의 값입니다.

--measurement-endpoint-name --name -n

공간 측정 끝점 리소스의 이름입니다.

--measurement-type

측정 끝점의 형식입니다.

--profile-name

공간 프로필 리소스의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--weight

측정 끝점의 무게, 가중치가 높을수록 우선 순위가 높습니다.

선택적 매개 변수

--description

측정 끝점에 대 한 설명입니다.

--end-time-utc

측정 끝점이 제공 되어야 하는 종료 시간입니다.

--experiment-id

측정 끝점이 속하는 실험의 id입니다.

--metadata

측정 끝점의 메타 데이터입니다.

--object-path

측정 끝점이 가리키는 개체의 경로입니다.

--sample-rate-cold

측정 끝점의 콜드 경로 로깅에 대 한 percentual 샘플링 주기입니다.

--sample-rate-hot

측정 끝점의 실행 부하 과다 경로에 대 한 percentual 샘플링 주기입니다.

--sample-rate-warm

측정 끝점의 웜 경로 로깅에 대 한 percentual 샘플링 주기입니다.

--start-time-utc

측정 끝점이 제공 되어야 하는 시작 시간입니다.

az footprint measurement-endpoint delete

공간 프로필에서 기존 측정 끝점을 삭제 합니다.

az footprint measurement-endpoint delete --measurement-endpoint-name
                                         --profile-name
                                         --resource-group
                                         [--yes]

예제

측정 끝점을 삭제 합니다.

az footprint measurement-endpoint delete --name "endpoint1" --profile-name "fpProfile1" --resource-group "rgName"

필수 매개 변수

--measurement-endpoint-name --name -n

공간 측정 끝점 리소스의 이름입니다.

--profile-name

공간 프로필 리소스의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--yes -y

확인을 묻는 메시지를 표시하지 마세요.

az footprint measurement-endpoint list

공간 프로필의 모든 측정 끝점에 대 한 정보를 검색 합니다.

az footprint measurement-endpoint list --profile-name
                                       --resource-group

예제

공간 프로필에 있는 모든 측정 끝점을 나열 합니다.

az footprint measurement-endpoint list --profile-name "fpProfile1" --resource-group "rgName"

필수 매개 변수

--profile-name

공간 프로필 리소스의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

az footprint measurement-endpoint show

발자국 프로필의 단일 측정 끝점에 대 한 정보를 검색 합니다.

az footprint measurement-endpoint show --measurement-endpoint-name
                                       --profile-name
                                       --resource-group

예제

측정 끝점의 세부 정보를 가져옵니다.

az footprint measurement-endpoint show --name "endpoint1" --profile-name "fpProfile1" --resource-group "rgName"

필수 매개 변수

--measurement-endpoint-name --name -n

공간 측정 끝점 리소스의 이름입니다.

--profile-name

공간 프로필 리소스의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

az footprint measurement-endpoint update

지정 된 속성을 사용 하 여 발자국 프로필에서 단일 측정 끝점을 만들거나 업데이트 합니다.

az footprint measurement-endpoint update --endpoint
                                         --measurement-endpoint-name
                                         --measurement-type
                                         --profile-name
                                         --resource-group
                                         --weight
                                         [--description]
                                         [--end-time-utc]
                                         [--experiment-id]
                                         [--metadata]
                                         [--object-path]
                                         [--sample-rate-cold]
                                         [--sample-rate-hot]
                                         [--sample-rate-warm]
                                         [--start-time-utc]

필수 매개 변수

--endpoint

측정 끝점의 값입니다.

--measurement-endpoint-name --name -n

공간 측정 끝점 리소스의 이름입니다.

--measurement-type

측정 끝점의 형식입니다.

--profile-name

공간 프로필 리소스의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--weight

측정 끝점의 무게, 가중치가 높을수록 우선 순위가 높습니다.

선택적 매개 변수

--description

측정 끝점에 대 한 설명입니다.

--end-time-utc

측정 끝점이 제공 되어야 하는 종료 시간입니다.

--experiment-id

측정 끝점이 속하는 실험의 id입니다.

--metadata

측정 끝점의 메타 데이터입니다.

--object-path

측정 끝점이 가리키는 개체의 경로입니다.

--sample-rate-cold

측정 끝점의 콜드 경로 로깅에 대 한 percentual 샘플링 주기입니다.

--sample-rate-hot

측정 끝점의 실행 부하 과다 경로에 대 한 percentual 샘플링 주기입니다.

--sample-rate-warm

측정 끝점의 웜 경로 로깅에 대 한 percentual 샘플링 주기입니다.

--start-time-utc

측정 끝점이 제공 되어야 하는 시작 시간입니다.