Share via


Data Hosting Resource Manager::ModifyOrganizationQuota

This procedure allocates an organization's reserve database and storage space.

Arguments

Argument Required Description

<org>

Yes

The Lightweight Directory Access Protocol (LDAP) path of the owning organization.

<preferredDomainController>

Yes

<megabytes>

No

The size in megabytes to adjust the allocation by. Positive numbers increase the organization's allocation. Negative numbers decrease the allocation.

<maxDatabases>

No

The number of databases to adjust the allocation by. Positive numbers increase the organization's allocation. Negative numbers decrease the allocation.

Remarks

Access Level

Private

Provisioning Steps

  1. Modify the Resource Instance capacity data.

Security

  • Impersonate Caller.

Note

The access level of this procedure is private. It is intended to be called from other namespaces that perform their own security checks.

Sample Code

Example XML Request

<request> 
  <procedure> 
    <execute namespace="Data Hosting Resource Manager" procedure="ModifyOrganizationQuota" impersonate="1"> 
      <executeData> 
        <org>LDAP://OU=alpineskihouse,OU=consolidatedmessenger,OU=Hosting,DC=fabrikam,DC=Com</org> 
        <preferredDomainController>AD01-wh.fabrikam.com</preferredDomainController> 
        <maxDatabases>10</maxDatabases> 
        <megabytes>100</megabytes> 
      </executeData> 
      <after source="executeData" destination="data" mode="merge" /> 
    </execute> 
  </procedure> 
</request> 

Applies To

Data Hosting Resource Manager Namespace API for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting version 3.5

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

Data Hosting Resource Manager::DeleteOrganizationQuota