StorageTierQuota Data Type

This class represents the storage tier quota

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
excluded string element 0/1 is this tier excluded from quotas?
name string element 0/1 the name
quota double element 1/1 the quota
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<StorageTierQuota xsitype="...">
  <name>...</name>
  <quota>...</quota>
  <excluded>...</excluded>
</StorageTierQuota>