Subscription Usages - Get
구독 사용량 메트릭을 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName}?api-version=2021-11-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
location
|
path | True |
string |
리소스가 있는 지역의 이름입니다. |
subscription
|
path | True |
string |
Azure 구독을 식별하는 구독 ID입니다. |
usage
|
path | True |
string |
반환할 사용 메트릭의 이름입니다. |
api-version
|
query | True |
string |
요청에 사용할 API 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
특정 구독 위치 사용량을 검색했습니다. |
|
Other Status Codes |
오류 응답: ***
|
예제
Get specific subscription usage in the given location.
샘플 요청
샘플 응답
{
"properties": {
"displayName": "Regional Server Quota for West US",
"currentValue": 1,
"limit": 20,
"unit": "Count"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/locations/Onebox/usages/ServerQuota",
"name": "ServerQuota",
"type": "Microsoft.Sql/locations/usages"
}
정의
SubscriptionUsage
위치에 있는 구독의 사용 메트릭입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
name |
string |
리소스 이름입니다. |
properties.currentValue |
number |
메트릭의 현재 값입니다. |
properties.displayName |
string |
사용자가 읽을 수 있는 메트릭 이름입니다. |
properties.limit |
number |
메트릭의 경계 값입니다. |
properties.unit |
string |
메트릭의 단위입니다. |
type |
string |
리소스 종류. |