共用方式為


Quotas - Create Or Update

使用提供的配額參數,建立或 匯報 計算配額。

PUT https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}?api-version=2018-02-09

URI 參數

名稱 位於 必要 類型 Description
location
path True

string

資源的位置。

quotaName
path True

string

配額的名稱。

subscriptionId
path True

string

可唯一識別 Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。

api-version
query True

string

用於此作業的 API 版本。

要求本文

名稱 類型 Description
location

string

資源的位置。

properties.availabilitySetCount

integer

允許的可用性設定組數目上限。

properties.coresLimit

integer

允許的核心數目上限。

properties.maxAllocationPremiumManagedDisksAndSnapshots

integer

允許進階類型的受控磁碟和快照集數目上限。

properties.maxAllocationStandardManagedDisksAndSnapshots

integer

允許的受控磁碟數目上限和標準類型的快照集數目。

properties.virtualMachineCount

integer

允許的虛擬機數目上限。

properties.vmScaleSetCount

integer

允許的擴展集數目上限。

回應

名稱 類型 Description
200 OK

Quota

確定

安全性

azure_auth

授權會使用 Azure Active Directory OAuth2 流程。

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

Creates or Updates a Compute Quota.

範例要求

PUT https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Compute.Admin/locations/local/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09

{
  "properties": {
    "availabilitySetCount": 2,
    "coresLimit": 2,
    "virtualMachineCount": 2,
    "vmScaleSetCount": 2,
    "maxAllocationStandardManagedDisksAndSnapshots": 1024,
    "maxAllocationPremiumManagedDisksAndSnapshots": 1024
  },
  "location": "local"
}

範例回覆

{
  "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": 2,
    "coresLimit": 2,
    "availabilitySetCount": 2,
    "vmScaleSetCount": 2,
    "maxAllocationStandardManagedDisksAndSnapshots": 1024,
    "maxAllocationPremiumManagedDisksAndSnapshots": 1024
  }
}

定義

Quota

保留用來控制資源配置的計算配額資訊。

名稱 類型 Description
id

string

資源的識別碼。

location

string

資源的位置。

name

string

資源名稱。

properties.availabilitySetCount

integer

允許的可用性設定組數目上限。

properties.coresLimit

integer

允許的核心數目上限。

properties.maxAllocationPremiumManagedDisksAndSnapshots

integer

允許進階類型的受控磁碟和快照集數目上限。

properties.maxAllocationStandardManagedDisksAndSnapshots

integer

允許的受控磁碟數目上限和標準類型的快照集數目。

properties.virtualMachineCount

integer

允許的虛擬機數目上限。

properties.vmScaleSetCount

integer

允許的擴展集數目上限。

type

string

資源類型。