Quotas - Get
Returnerar den begärda beräkningskvoten.
Hämta en befintlig beräkningskvot.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}?api-version=2018-02-09
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
location
|
path | True |
string |
Platsen för resursen. |
quota
|
path | True |
string |
Kvotens namn. |
subscription
|
path | True |
string |
Autentiseringsuppgifter för prenumeration som unikt identifierar Microsoft Azure-prenumeration. Prenumerations-ID:t utgör en del av URI:n för varje tjänstanrop. |
api-version
|
query | True |
string |
Den API-version som ska användas för den här åtgärden. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
OK |
Säkerhet
azure_auth
Auktorisering använder ett Azure Active Directory OAuth2-flöde.
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
Get an existing Compute Quota.
Exempelbegäran
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Compute.Admin/locations/local/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09
Exempelsvar
{
"id": "/subscriptions/8158498d-27b1-4ccf-9aa1-de0f925731e6/providers/Microsoft.Compute.Admin/locations/local/quotas/testQuotaCreateUpdateDelete",
"name": "testQuotaCreateUpdateDelete",
"type": "Microsoft.Compute.Admin/quotas",
"location": "local",
"properties": {
"virtualMachineCount": 1,
"coresLimit": 1,
"availabilitySetCount": 1,
"vmScaleSetCount": 1,
"maxAllocationStandardManagedDisksAndSnapshots": 1024,
"maxAllocationPremiumManagedDisksAndSnapshots": 1024
}
}
Definitioner
Quota
Innehåller information om beräkningskvoter som används för att styra resursallokering.
Name | Typ | Description |
---|---|---|
id |
string |
ID för resursen. |
location |
string |
Platsen för resursen. |
name |
string |
Namn på resursen. |
properties.availabilitySetCount |
integer |
Maximalt antal tillgänglighetsuppsättningar som tillåts. |
properties.coresLimit |
integer |
Maximalt antal kärnor som tillåts. |
properties.maxAllocationPremiumManagedDisksAndSnapshots |
integer |
Maximalt antal hanterade diskar och ögonblicksbilder av typen Premium tillåts. |
properties.maxAllocationStandardManagedDisksAndSnapshots |
integer |
Maximalt antal hanterade diskar och ögonblicksbilder av typen Standard tillåts. |
properties.virtualMachineCount |
integer |
Maximalt antal virtuella datorer som tillåts. |
properties.vmScaleSetCount |
integer |
Maximalt antal skalningsuppsättningar som tillåts. |
type |
string |
Typ av resurs. |