A resource quota. Applicable for organization and organization members
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| CPUCount | long | element | 1/1 | The number of allowable CPU. | |
| memoryInGB | double | element | 1/1 | The allowable memory in gigabytes. | |
| perStorageTierQuotas | string | element | 0/1 | Whether per storage tier quotas should be used. | |
| stoppedVmsAllowPowerOn | string | element | 0/1 | Allow organization members to power on VMs when quota is exceeded. | |
| stoppedVmsCalculateOnlyStorage | string | element | 0/1 | For stopped VMs, include only storage quota and exclude CPU and memory quota. | |
| storageInGB | double | element | 1/1 | The allowable storage in gigabytes. | |
| storageTierQuotas | list of StorageTierQuota | element | 0/unbounded | the storageTierQuotas | |
| useDiskTotalSize | string | element | 0/1 | Include total disk size when calculating storage quota. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<ResourceQuota xsitype="...">
<stoppedVmsCalculateOnlyStorage>...</stoppedVmsCalculateOnlyStorage>
<stoppedVmsAllowPowerOn>...</stoppedVmsAllowPowerOn>
<useDiskTotalSize>...</useDiskTotalSize>
<perStorageTierQuotas>...</perStorageTierQuotas>
<storageInGB>...</storageInGB>
<memoryInGB>...</memoryInGB>
<CPUCount>...</CPUCount>
<storageTierQuotas xsitype="...">
<name>...</name>
<quota>...</quota>
<excluded>...</excluded>
</storageTierQuotas>
</ResourceQuota>