다음을 통해 공유


az quota

Note

This reference is part of the quota extension for the Azure CLI (version 2.54.0 or higher). The extension will automatically install the first time you run an az quota command. Learn more about extensions.

Azure 리소스 공급자에 대한 할당량을 관리합니다.

명령

Name Description 형식 상태
az quota create

지정된 리소스에 대한 할당량 제한을 만듭니다.

Extension GA
az quota list

지정된 범위에 대한 모든 리소스의 현재 할당량 한도를 나열합니다.

Extension GA
az quota operation

할당량을 사용하여 할당량 작업을 관리합니다.

Extension GA
az quota operation list

Microsoft.Quota 리소스 공급자가 지원하는 모든 작업을 나열합니다.

Extension GA
az quota request

할당량 요청 세부 정보 및 상태를 관리합니다.

Extension GA
az quota request list

지정된 범위를 나열하고, 1년 동안의 현재 할당량 요청을 해당 시간에 종료합니다. Use the oData filter to select quota requests.

Extension GA
az quota request show

특정 위치에 있는 리소스 공급자의 리소스에 대한 할당량 요청 ID별로 할당량 요청 세부 정보 및 상태를 표시합니다.

Extension GA
az quota request status

할당량을 사용하여 할당량 요청 상태를 관리합니다.

Extension GA
az quota request status list

지정된 범위의 경우 1년 동안의 현재 할당량 요청을 가져옵니다. Use the oData filter to select quota requests.

Extension GA
az quota request status show

특정 위치에 있는 리소스 공급자의 리소스에 대한 할당량 요청 ID로 할당량 요청 세부 정보 및 상태를 가져옵니다. The quota request ID id is returned in the response of the PUT operation.

Extension GA
az quota show

리소스의 할당량 제한을 표시합니다.

Extension GA
az quota update

특정 리소스에 대한 할당량 제한을 업데이트합니다.

Extension GA
az quota usage

리소스의 현재 사용량을 관리합니다.

Extension GA
az quota usage list

지정된 범위에 대한 모든 리소스의 현재 사용량을 나열합니다.

Extension GA
az quota usage show

리소스의 현재 사용량을 표시합니다.

Extension GA

az quota create

지정된 리소스에 대한 할당량 제한을 만듭니다.

az quota create --resource-name
                --scope
                [--limit-object]
                [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                [--properties]
                [--resource-type]

예제

네트워크에 대한 할당량 만들기

az quota create --resource-name MinPublicIpInterNetworkPrefixLength --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus --limit-object value=10 --resource-type MinPublicIpInterNetworkPrefixLength

네트워크 표준SkuPublicIpAddressesResource에 대한 할당량 만들기

az quota create --resource-name StandardSkuPublicIpAddresses --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus --limit-object value=10 --resource-type PublicIpAddresses

컴퓨팅에 대한 할당량 만들기

az quota create --resource-name standardFSv2Family --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus --limit-object value=10 --resource-type dedicated

MachineLearningServices LowPriorityResource에 대한 할당량 만들기

az quota create  --resource-name TotalLowPriorityCores --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.MachineLearning/Services/locations/eastus --limit-object value=10 --resource-type lowPriority

필수 매개 변수

--resource-name

지정된 리소스 공급자의 리소스 이름입니다.

--scope

대상 Azure 리소스 URI입니다.

선택적 매개 변수

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--limit-object

리소스 할당량 제한 값입니다. 약식 구문, json-file 및 yaml-file을 지원합니다. 더 많은 것을 표시하려면 "??"를 시도해 보세요.

속성
Parameter group: Limit Arguments
--no-wait

장기 실행 작업이 완료되기를 기다리지 마세요.

속성
허용되는 값: 0, 1, f, false, n, no, t, true, y, yes
--properties

특정 리소스 공급자에 대한 추가 속성입니다. 약식 구문, json-file 및 yaml-file을 지원합니다. 더 많은 것을 표시하려면 "??"를 시도해 보세요.

--resource-type

리소스 유형의 이름입니다. Optional field.

전역 매개 변수
--debug

로깅 수위를 높여 모든 디버그 로그를 표시합니다.

속성
Default value: False
--help -h

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

--only-show-errors

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

속성
Default value: False
--output -o

Output format.

속성
Default value: json
허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
--query

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

--subscription

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

--verbose

로깅의 자세한 정도를 증가시킵니다. 전체 디버그 로그에 --debug를 사용합니다.

속성
Default value: False

az quota list

지정된 범위에 대한 모든 리소스의 현재 할당량 한도를 나열합니다.

az quota list --scope
              [--max-items]
              [--next-token]

예제

컴퓨팅에 대한 할당량 한도 나열

az quota list --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus

네트워크에 대한 할당량 한도 나열

az quota list --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus

할당량 제한 기계 학습 서비스 나열

az quota list --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.MachineLearningServices/locations/eastus

필수 매개 변수

--scope

대상 Azure 리소스 URI입니다.

선택적 매개 변수

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

명령의 출력에서 반환할 총 항목 수입니다. 사용 가능한 총 항목 수가 지정된 값보다 많으면 명령의 출력에 토큰이 제공됩니다. 페이지 매김을 다시 시작하려면 후속 명령의 --next-token 인수에 토큰 값을 제공합니다.

속성
Parameter group: Pagination Arguments
--next-token

페이지 매김을 시작할 위치를 지정하는 토큰입니다. 이는 이전에 잘린 응답의 토큰 값입니다.

속성
Parameter group: Pagination Arguments
전역 매개 변수
--debug

로깅 수위를 높여 모든 디버그 로그를 표시합니다.

속성
Default value: False
--help -h

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

--only-show-errors

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

속성
Default value: False
--output -o

Output format.

속성
Default value: json
허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
--query

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

--subscription

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

--verbose

로깅의 자세한 정도를 증가시킵니다. 전체 디버그 로그에 --debug를 사용합니다.

속성
Default value: False

az quota show

리소스의 할당량 제한을 표시합니다.

az quota show --resource-name
              --scope

예제

컴퓨팅 할당량 표시

az quota show --resource-name standardNDSFamily --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus

필수 매개 변수

--resource-name

지정된 리소스 공급자의 리소스 이름입니다.

--scope

대상 Azure 리소스 URI입니다.

전역 매개 변수
--debug

로깅 수위를 높여 모든 디버그 로그를 표시합니다.

속성
Default value: False
--help -h

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

--only-show-errors

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

속성
Default value: False
--output -o

Output format.

속성
Default value: json
허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
--query

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

--subscription

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

--verbose

로깅의 자세한 정도를 증가시킵니다. 전체 디버그 로그에 --debug를 사용합니다.

속성
Default value: False

az quota update

특정 리소스에 대한 할당량 제한을 업데이트합니다.

az quota update --resource-name
                --scope
                [--limit-object]
                [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                [--properties]
                [--resource-type]

예제

컴퓨팅에 대한 할당량 업데이트

az quota update --resource-name standardFSv2Family --scope /subscriptions/00000000-0000-0000-0000-000000000/providers/Microsoft.Compute/locations/eastus --limit-object value=10 --resource-type dedicated

네트워크에 대한 할당량 업데이트

az quota update --resource-name MinPublicIpInterNetworkPrefixLength --scope /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus --limit-object value=10 --resource-type MinPublicIpInterNetworkPrefixLength

필수 매개 변수

--resource-name

지정된 리소스 공급자의 리소스 이름입니다.

--scope

대상 Azure 리소스 URI입니다.

선택적 매개 변수

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--limit-object

리소스 할당량 제한 값입니다. 약식 구문, json-file 및 yaml-file을 지원합니다. 더 많은 것을 표시하려면 "??"를 시도해 보세요.

속성
Parameter group: Limit Arguments
--no-wait

장기 실행 작업이 완료되기를 기다리지 마세요.

속성
허용되는 값: 0, 1, f, false, n, no, t, true, y, yes
--properties

특정 리소스 공급자에 대한 추가 속성입니다. 약식 구문, json-file 및 yaml-file을 지원합니다. 더 많은 것을 표시하려면 "??"를 시도해 보세요.

--resource-type

리소스 유형의 이름입니다. Optional field.

전역 매개 변수
--debug

로깅 수위를 높여 모든 디버그 로그를 표시합니다.

속성
Default value: False
--help -h

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

--only-show-errors

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

속성
Default value: False
--output -o

Output format.

속성
Default value: json
허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
--query

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

--subscription

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

--verbose

로깅의 자세한 정도를 증가시킵니다. 전체 디버그 로그에 --debug를 사용합니다.

속성
Default value: False