az footprint measurement-endpoint-condition

참고

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

측정 끝점에서 측정 끝점 조건을 관리 하는 명령입니다.

명령

az footprint measurement-endpoint-condition create

지정 된 속성을 사용 하 여 공간 측정에서 측정 끝점 조건을 만들거나 업데이트 합니다.

az footprint measurement-endpoint-condition delete

공간 측정에서 기존 측정 끝점 조건을 삭제 합니다.

az footprint measurement-endpoint-condition list

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

az footprint measurement-endpoint-condition show

공간 측정 끝점에서 단일 측정 끝점 조건에 대 한 정보를 검색 합니다.

az footprint measurement-endpoint-condition update

지정 된 속성을 사용 하 여 공간 측정에서 측정 끝점 조건을 만들거나 업데이트 합니다.

az footprint measurement-endpoint-condition create

지정 된 속성을 사용 하 여 공간 측정에서 측정 끝점 조건을 만들거나 업데이트 합니다.

az footprint measurement-endpoint-condition create --constant
                                                   --endpoint-name
                                                   --name
                                                   --operator {ContainsValue, ContainsValueIgnoreCasing, DoesNotContainValue, DoesNotContainValueIgnoreCasing, IsExactValue, MatchValueIgnoreCasing}
                                                   --profile-name
                                                   --resource-group
                                                   --variable

예제

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

az footprint measurement-endpoint-condition create --name "condition0" --endpoint-name "endpoint1" --constant "Edge-Prod-WST" --operator "MatchValueIgnoreCasing" --variable "X-FD-EdgeEnvironment" --profile-name "fpProfile1" --resource-group "rgName"

필수 매개 변수

--constant

공간 측정 끝점 조건의 상수입니다.

--endpoint-name

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

--name

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

--operator

공간 측정 끝점 조건의 연산자입니다.

허용되는 값: ContainsValue, ContainsValueIgnoreCasing, DoesNotContainValue, DoesNotContainValueIgnoreCasing, IsExactValue, MatchValueIgnoreCasing
--profile-name

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

--resource-group -g

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

--variable

공간 측정 끝점 조건의 변수입니다.

az footprint measurement-endpoint-condition delete

공간 측정에서 기존 측정 끝점 조건을 삭제 합니다.

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

예제

측정 끝점 조건을 삭제 합니다.

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

필수 매개 변수

--endpoint-name

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

--name

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

--profile-name

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

--resource-group -g

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

선택적 매개 변수

--yes -y

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

az footprint measurement-endpoint-condition list

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

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

예제

측정 끝점의 모든 조건을 나열 합니다.

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

필수 매개 변수

--endpoint-name

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

--profile-name

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

--resource-group -g

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

az footprint measurement-endpoint-condition show

공간 측정 끝점에서 단일 측정 끝점 조건에 대 한 정보를 검색 합니다.

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

예제

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

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

필수 매개 변수

--endpoint-name

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

--name

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

--profile-name

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

--resource-group -g

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

az footprint measurement-endpoint-condition update

지정 된 속성을 사용 하 여 공간 측정에서 측정 끝점 조건을 만들거나 업데이트 합니다.

az footprint measurement-endpoint-condition update --constant
                                                   --endpoint-name
                                                   --name
                                                   --operator {ContainsValue, ContainsValueIgnoreCasing, DoesNotContainValue, DoesNotContainValueIgnoreCasing, IsExactValue, MatchValueIgnoreCasing}
                                                   --profile-name
                                                   --resource-group
                                                   --variable

필수 매개 변수

--constant

공간 측정 끝점 조건의 상수입니다.

--endpoint-name

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

--name

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

--operator

공간 측정 끝점 조건의 연산자입니다.

허용되는 값: ContainsValue, ContainsValueIgnoreCasing, DoesNotContainValue, DoesNotContainValueIgnoreCasing, IsExactValue, MatchValueIgnoreCasing
--profile-name

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

--resource-group -g

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

--variable

공간 측정 끝점 조건의 변수입니다.