Quotas - Get
要求されたコンピューティング クォータを返します。
既存のコンピューティング クォータを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}?api-version=2018-02-09
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
location
|
path | True |
string |
リソースの場所。 |
quota
|
path | True |
string |
クォータの名前。 |
subscription
|
path | True |
string |
Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。 |
api-version
|
query | True |
string |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
セキュリティ
azure_auth
承認では、Azure Active Directory OAuth2 フローが使用されます。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントの借用 |
例
Get an existing Compute Quota.
要求のサンプル
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Compute.Admin/locations/local/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09
応答のサンプル
{
"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
}
}
定義
Quota
リソースの割り当てを制御するために使用されるコンピューティング クォータ情報を保持します。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID。 |
location |
string |
リソースの場所。 |
name |
string |
リソースの名前。 |
properties.availabilitySetCount |
integer |
許可される可用性セットの最大数。 |
properties.coresLimit |
integer |
許容されるコアの最大数。 |
properties.maxAllocationPremiumManagedDisksAndSnapshots |
integer |
マネージド ディスクの最大数と Premium の種類のスナップショットが許可されます。 |
properties.maxAllocationStandardManagedDisksAndSnapshots |
integer |
マネージド ディスクの最大数と Standard 型のスナップショットが許可されます。 |
properties.virtualMachineCount |
integer |
許可される仮想マシンの最大数。 |
properties.vmScaleSetCount |
integer |
許可されるスケール セットの最大数。 |
type |
string |
リソースの種類。 |