az cognitiveservices account identity

Cognitive Services 계정의 id를 관리 합니다.

명령

az cognitiveservices account identity assign

Cognitive Services 계정의 id를 할당 합니다.

az cognitiveservices account identity remove

Cognitive Services 계정에서 id를 제거 합니다.

az cognitiveservices account identity show

Cognitive Services 계정의 id를 표시 합니다.

az cognitiveservices account identity assign

Cognitive Services 계정의 id를 할당 합니다.

Cognitive Services 계정의 id 개체를 할당 합니다. 시스템 할당 id가 생성 되 고 계정에 할당 됩니다.

az cognitiveservices account identity assign --name
                                             --resource-group
                                             [--subscription]

예제

Cognitive Services 계정의 id를 할당 합니다.

az cognitiveservices account identity assign --name myresource --resource-group cognitive-services-resource-group

필수 매개 변수

--name -n

Cognitive Services 계정 이름입니다.

--resource-group -g

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

선택적 매개 변수

--subscription

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

az cognitiveservices account identity remove

Cognitive Services 계정에서 id를 제거 합니다.

Cognitive Services 계정에서 id (있는 경우)를 제거 합니다.

az cognitiveservices account identity remove --name
                                             --resource-group
                                             [--subscription]

예제

Cognitive Services 계정에서 id를 제거 합니다.

az cognitiveservices account identity remove --name myresource --resource-group cognitive-services-resource-group

필수 매개 변수

--name -n

Cognitive Services 계정 이름입니다.

--resource-group -g

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

선택적 매개 변수

--subscription

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

az cognitiveservices account identity show

Cognitive Services 계정의 id를 표시 합니다.

계정에 할당 된 id가 없는 경우 Cognitive Services 계정의 id 개체를 표시 합니다. 빈 개체가 반환 될 수도 있습니다.

az cognitiveservices account identity show --name
                                           --resource-group
                                           [--query-examples]
                                           [--subscription]

예제

Cognitive Services 계정의 id를 표시 합니다.

az cognitiveservices account identity show --name myresource --resource-group cognitive-services-resource-group

필수 매개 변수

--name -n

Cognitive Services 계정 이름입니다.

--resource-group -g

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

선택적 매개 변수

--query-examples

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

--subscription

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