Quota Operation - List
GET kvótaműveletek.
Sorolja fel a Microsoft.Quota erőforrás-szolgáltató által támogatott összes műveletet.
GET https://management.azure.com/providers/Microsoft.Quota/operations?api-version=2023-02-01
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
api-version
|
query | True |
string minLength: 1 |
A művelethez használni kívánt API-verzió. |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
Sorolja fel az összes műveletet. |
|
Other Status Codes |
Hibaválasz, amely leírja, hogy miért nem sikerült a művelet. |
Biztonság
azure_auth
Az Azure Active Directory OAuth 2.0 engedélyezése
Típus:
oauth2
Folyamat:
implicit
Engedélyezési URL:
https://login.microsoftonline.com/common/oauth2/authorize
Hatókörök
Name | Description |
---|---|
user_impersonation | Megszemélyesítse a felhasználói fiókját. |
Példák
GetOperations
Mintakérelem
Mintaválasz
{
"value": [
{
"name": "Microsoft.Quota/usages/read",
"display": {
"provider": "Microsoft Quota",
"resource": "Resource current usages",
"operation": "Get resource usages",
"description": "Get the current usages of the specified resource and location"
}
},
{
"name": "Microsoft.Quota/quotas/read",
"display": {
"provider": "Microsoft Quota",
"resource": "Resource quota limit",
"operation": "Get resource quota limit",
"description": "Get the current service limit or quota of the specified resource and location"
}
},
{
"name": "Microsoft.Quota/quotas/write",
"display": {
"provider": "Microsoft Quota",
"resource": "Resource quota limit",
"operation": "Create resource quota limit",
"description": "Create service limit or quota for the specified resource and location"
}
},
{
"name": "Microsoft.Quota/quotaRequests/read",
"display": {
"provider": "Microsoft Quota",
"resource": "Resource quota request",
"operation": "Get quota request",
"description": "Get any quota request for the specified resource and location"
}
}
]
}
Definíciók
Name | Description |
---|---|
Exception |
Hiba. |
Operation |
|
Operation |
|
Operation |
|
Service |
API-hiba részletei. |
Service |
Hiba részletei. |
ExceptionResponse
Hiba.
Name | Típus | Description |
---|---|---|
error |
API-hiba részletei. |
OperationDisplay
Name | Típus | Description |
---|---|---|
description |
string |
Művelet leírása. |
operation |
string |
Művelet neve. |
provider |
string |
Szolgáltató neve. |
resource |
string |
Erőforrás neve. |
OperationList
Name | Típus | Description |
---|---|---|
nextLink |
string |
URL-cím az elemek következő oldalának lekéréséhez. |
value |
OperationResponse
Name | Típus | Description |
---|---|---|
display | ||
name |
string |
|
origin |
string |
ServiceError
API-hiba részletei.
Name | Típus | Description |
---|---|---|
code |
string |
Hibakód. |
details |
A hiba részleteinek listája. |
|
message |
string |
Hibaüzenet. |
ServiceErrorDetail
Hiba részletei.
Name | Típus | Description |
---|---|---|
code |
string |
Hibakód. |
message |
string |
Hibaüzenet. |