Quota Operation - List
列出提供者的作業
GET https://management.azure.com/providers/Microsoft.Quota/operations?api-version=2025-09-01
URI 參數
| 名稱 | 位於 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
api-version
|
query | True |
string minLength: 1 |
要用於此作業的 API 版本。 |
回應
| 名稱 | 類型 | Description |
|---|---|---|
| 200 OK |
Azure 作業已順利完成。 |
|
| Other Status Codes |
未預期的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
| 名稱 | Description |
|---|---|
| user_impersonation | 模擬您的用戶帳戶 |
範例
GetOperations
範例要求
GET https://management.azure.com/providers/Microsoft.Quota/operations?api-version=2025-09-01
範例回覆
{
"value": [
{
"name": "Microsoft.Quota/quotas/read",
"display": {
"description": "Get the current Service limit or quota of the specified resource",
"operation": "Get resource Quota limit",
"provider": "Microsoft.Quota",
"resource": "Resource Quota limit"
}
},
{
"name": "Microsoft.Quota/quotas/write",
"display": {
"description": "Creates the service limit or quota request for the specified resource",
"operation": "Creates resource Quota limit request",
"provider": "Microsoft.Quota",
"resource": "Resource Quota limit"
}
},
{
"name": "Microsoft.Quota/quotaRequests/read",
"display": {
"description": "Get any service limit request for the specified resource",
"operation": "Get Quota limit request",
"provider": "Microsoft.Quota",
"resource": "Resource Quota limit request"
}
},
{
"name": "Microsoft.Quota/usages/read",
"display": {
"description": "Get the usages for resource providers",
"operation": "Get the usages for providers",
"provider": "Microsoft.Quota",
"resource": "usages information"
}
},
{
"name": "Microsoft.Quota/operations/read",
"display": {
"description": "Get the Operations supported by Microsoft.Quota",
"operation": "Get the Operations supported by Microsoft.Quota",
"provider": "Microsoft.Quota",
"resource": "Read Operation"
}
},
{
"name": "Microsoft.Quota/register/action",
"display": {
"description": "Register the subscription with Microsoft.Quota Resource Provider",
"operation": "Register the subscription with Microsoft.Quota Resource Provider",
"provider": "Microsoft.Quota",
"resource": "Subscription registration with Resource provider"
}
},
{
"name": "Microsoft.Quota/groupQuotas/read",
"display": {
"description": "Get the GroupQuota",
"operation": "Get GroupQuota resource",
"provider": "Microsoft.Quota",
"resource": "GroupQuota resource"
}
},
{
"name": "Microsoft.Quota/groupQuotas/write",
"display": {
"description": "Creates the GroupQuota resource",
"operation": "Creates GroupQuota resource",
"provider": "Microsoft.Quota",
"resource": "GroupQuota Resource"
}
},
{
"name": "Microsoft.Quota/groupQuotas/subscriptions/read",
"display": {
"description": "Get the GroupQuota subscriptions",
"operation": "Get GroupQuota subscriptions",
"provider": "Microsoft.Quota",
"resource": "Subscriptions added to GroupQuota resource"
}
},
{
"name": "Microsoft.Quota/groupQuotas/subscriptions/write",
"display": {
"description": "Add Subscriptions to GroupQuota resource",
"operation": "Adds subscription to GroupQuota resource",
"provider": "Creates request to add subscription to GroupQuota resource",
"resource": "Subscriptions added to GroupQuota resource"
}
},
{
"name": "Microsoft.Quota/groupQuotas/groupQuotaLimits/read",
"display": {
"description": "Get the current GroupQuota of the specified resource",
"operation": "Get GroupQuota resource Quota limit",
"provider": "Microsoft.Quota",
"resource": "GroupQuota Resource Quota limit"
}
},
{
"name": "Microsoft.Quota/groupQuotas/groupQuotaLimits/write",
"display": {
"description": "Creates the GroupQuota request for the specified resource",
"operation": "Creates GroupQuota resource Quota limit request",
"provider": "Microsoft.Quota",
"resource": "GroupQuota Resource Quota limit"
}
},
{
"name": "Microsoft.Quota/groupQuotas/groupQuotaRequests/read",
"display": {
"description": "Get the GroupQuota request status for the specific request",
"operation": "Get GroupQuota request status",
"provider": "Microsoft.Quota",
"resource": "GroupQuota request"
}
},
{
"name": "Microsoft.Quota/groupQuotas/quotaAllocations/read",
"display": {
"description": "Get the current GroupQuota to Subscription Quota allocation",
"operation": "Get GroupQuota to Subscription Quota allocation",
"provider": "Microsoft.Quota",
"resource": "GroupQuota to Subscription Quota allocation"
}
},
{
"name": "Microsoft.Quota/groupQuotas/quotaAllocations/write",
"display": {
"description": "Creates the GroupQuota to subscription Quota limit request for the specified resource",
"operation": "Creates GroupQuota to subscription Quota limit request",
"provider": "Microsoft.Quota",
"resource": "GroupQuota to Subscription Quota allocation"
}
},
{
"name": "Microsoft.Quota/groupQuotas/quotaAllocationRequests/read",
"display": {
"description": "Get the GroupQuota to Subscription Quota allocation request status for the specific request",
"operation": "Get GroupQuota to Subscription Quota allocation request status",
"provider": "Microsoft.Quota",
"resource": "GroupQuota to Subscription Quota allocation request"
}
}
]
}
定義
| 名稱 | Description |
|---|---|
|
Exception |
Error. |
|
Operation |
|
|
Operation |
已連線叢集 API 作業的編頁清單。 |
|
Operation |
|
|
Service |
API 錯誤詳細資料。 |
|
Service |
錯誤詳細數據。 |
ExceptionResponse
Error.
| 名稱 | 類型 | Description |
|---|---|---|
| error |
API 錯誤詳細資料。 |
OperationDisplay
| 名稱 | 類型 | Description |
|---|---|---|
| description |
string |
操作說明。 |
| operation |
string |
作業名稱。 |
| provider |
string |
提供者名稱。 |
| resource |
string |
資源名稱。 |
OperationList
已連線叢集 API 作業的編頁清單。
| 名稱 | 類型 | Description |
|---|---|---|
| nextLink |
string |
擷取已連線叢集 API 作業下一頁的連結。 |
| value |
已連線叢集 API 作業的清單。 |
OperationResponse
| 名稱 | 類型 | Description |
|---|---|---|
| display | ||
| name |
string |
|
| origin |
string |
ServiceError
API 錯誤詳細資料。
| 名稱 | 類型 | Description |
|---|---|---|
| code |
string |
錯誤碼。 |
| details |
錯誤詳細資料清單。 |
|
| message |
string |
錯誤訊息。 |
ServiceErrorDetail
錯誤詳細數據。
| 名稱 | 類型 | Description |
|---|---|---|
| code |
string |
錯誤碼。 |
| message |
string |
錯誤訊息。 |