Share via


az cognitiveservices account commitment-plan

Azure Cognitive Services 계정에 대한 약정 계획을 관리합니다.

명령

Name Description 형식 상태
az cognitiveservices account commitment-plan create

Azure Cognitive Services 계정에 대한 약정 계획을 만듭니다.

핵심 GA
az cognitiveservices account commitment-plan delete

Azure Cognitive Services 계정에서 약정 계획을 삭제합니다.

핵심 GA
az cognitiveservices account commitment-plan list

Azure Cognitive Services 계정의 모든 약정 계획을 표시합니다.

핵심 GA
az cognitiveservices account commitment-plan show

Azure Cognitive Services 계정에서 약정 계획을 표시합니다.

핵심 GA

az cognitiveservices account commitment-plan create

Azure Cognitive Services 계정에 대한 약정 계획을 만듭니다.

이 문서에는 Azure Cognitive Services 계정 및 구독 관리에 대한 Azure CLI 명령만 나열되어 있습니다. API 및 지원되는 SDK를 사용하는 방법을 알아보려면 개별 서비스에 대한 설명서를 https://docs.microsoft.com/azure/cognitive-services/ 참조하세요.

az cognitiveservices account commitment-plan create --auto-renew {false, true}
                                                    --commitment-plan-name
                                                    --hosting-model {ConnectedContainer, DisconnectedContainer, ProvisionedWeb, Web}
                                                    --name
                                                    --plan-type
                                                    --resource-group
                                                    [--current-count]
                                                    [--current-tier]
                                                    [--next-count]
                                                    [--next-tier]

예제

Azure Cognitive Services 계정에 대한 약정 계획을 만듭니다.

az cognitiveservices account commitment-plan create -g yuanyang-test-sdk -n yytest-ta --commitment-plan-name "plan" --hosting-model "Web" --plan-type "TA" --auto-renew false --current-tier "T1" --next-tier "T2"

필수 매개 변수

--auto-renew

자동 갱신을 적용할지 여부를 나타내는 부울입니다.

허용되는 값: false, true
--commitment-plan-name

Cognitive Services 계정 약정 계획 이름입니다.

--hosting-model

Cognitive Services 계정 호스팅 모델입니다.

허용되는 값: ConnectedContainer, DisconnectedContainer, ProvisionedWeb, Web
--name -n

Cognitive Services 계정 이름입니다.

--plan-type

Cognitive Services 계정 약정 계획 유형입니다.

--resource-group -g

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

선택적 매개 변수

--current-count

Cognitive Services 계정 약정 플랜 현재 약정 기간 수입니다.

--current-tier

Cognitive Services 계정 약정은 현재 약정 기간 계층을 계획합니다.

--next-count

Cognitive Services 계정 약정 플랜 다음 약정 기간 수입니다.

--next-tier

Cognitive Services 계정 약정 계획은 다음 약정 기간 계층입니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

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

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az cognitiveservices account commitment-plan delete

Azure Cognitive Services 계정에서 약정 계획을 삭제합니다.

이 문서에는 Azure Cognitive Services 계정 및 구독 관리에 대한 Azure CLI 명령만 나열되어 있습니다. API 및 지원되는 SDK를 사용하는 방법을 알아보려면 개별 서비스에 대한 설명서를 https://docs.microsoft.com/azure/cognitive-services/ 참조하세요.

az cognitiveservices account commitment-plan delete --commitment-plan-name
                                                    --name
                                                    --resource-group

예제

Azure Cognitive Services 계정에서 약정 계획을 삭제합니다.

az cognitiveservices account commitment-plan delete -g yuanyang-test-sdk -n yytest-ta --commitment-plan-name "plan"

필수 매개 변수

--commitment-plan-name

Cognitive Services 계정 약정 계획 이름입니다.

--name -n

Cognitive Services 계정 이름입니다.

--resource-group -g

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

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

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

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az cognitiveservices account commitment-plan list

Azure Cognitive Services 계정의 모든 약정 계획을 표시합니다.

이 문서에는 Azure Cognitive Services 계정 및 구독 관리에 대한 Azure CLI 명령만 나열되어 있습니다. API 및 지원되는 SDK를 사용하는 방법을 알아보려면 개별 서비스에 대한 설명서를 https://docs.microsoft.com/azure/cognitive-services/ 참조하세요.

az cognitiveservices account commitment-plan list --name
                                                  --resource-group

예제

Azure Cognitive Services 계정의 모든 약정 계획을 표시합니다.

az cognitiveservices account commitment-plan list -g yuanyang-test-sdk -n yytest-ta

필수 매개 변수

--name -n

Cognitive Services 계정 이름입니다.

--resource-group -g

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

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

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

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az cognitiveservices account commitment-plan show

Azure Cognitive Services 계정에서 약정 계획을 표시합니다.

이 문서에는 Azure Cognitive Services 계정 및 구독 관리에 대한 Azure CLI 명령만 나열되어 있습니다. API 및 지원되는 SDK를 사용하는 방법을 알아보려면 개별 서비스에 대한 설명서를 https://docs.microsoft.com/azure/cognitive-services/ 참조하세요.

az cognitiveservices account commitment-plan show --commitment-plan-name
                                                  --name
                                                  --resource-group

예제

Azure Cognitive Services 계정에서 약정 계획을 표시합니다.

az cognitiveservices account commitment-plan show -g yuanyang-test-sdk -n yytest-ta --commitment-plan-name "plan"

필수 매개 변수

--commitment-plan-name

Cognitive Services 계정 약정 계획 이름입니다.

--name -n

Cognitive Services 계정 이름입니다.

--resource-group -g

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

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

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

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.