OrganizationCollection Data Type

A collection of organizations.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
Organizations list of Organization element 0/unbounded Gets the items.

Example

<OrganizationCollection>
  <Organizations>
    <costQuota>
      <dailyCost>...</dailyCost>
    </costQuota>
    <resourceQuota>
      <stoppedVmsCalculateOnlyStorage>...</stoppedVmsCalculateOnlyStorage>
      <stoppedVmsAllowPowerOn>...</stoppedVmsAllowPowerOn>
      <useDiskTotalSize>...</useDiskTotalSize>
      <perStorageTierQuotas>...</perStorageTierQuotas>
      <storageInGB>...</storageInGB>
      <memoryInGB>...</memoryInGB>
      <CPUCount>...</CPUCount>
      <storageTierQuotas/>
    </resourceQuota>
    <Members>
      <costQuota/>
      <resourceQuota/>
      <userId>...</userId>
      <manager>...</manager>
      <portalRole>...</portalRole>
      <organization/>
    </Members>
    <name>...</name>
  </Organizations>
</OrganizationCollection>