QuotaStatistics Data Type

Represents the organization quota (limits and available)

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
costQuota CostQuota element 0/1 The cost quota for this organization.
name string element 0/1 The name of the organization.
resourceQuota ResourceQuota element 0/1 The resource quota for this organization.

Example

<QuotaStatistics>
  <costQuota xsitype="...">
    <dailyCost>...</dailyCost>
  </costQuota>
  <resourceQuota xsitype="...">
    <stoppedVmsCalculateOnlyStorage>...</stoppedVmsCalculateOnlyStorage>
    <stoppedVmsAllowPowerOn>...</stoppedVmsAllowPowerOn>
    <useDiskTotalSize>...</useDiskTotalSize>
    <perStorageTierQuotas>...</perStorageTierQuotas>
    <storageInGB>...</storageInGB>
    <memoryInGB>...</memoryInGB>
    <CPUCount>...</CPUCount>
    <storageTierQuotas>
      <name>...</name>
      <quota>...</quota>
      <excluded>...</excluded>
    </storageTierQuotas>
  </resourceQuota>
  <name>...</name>
</QuotaStatistics>