The availableServicePlan data type describes the availableServicePlans resource for tenants.
Properties
The table below describes the properties included in the availableServicePlan data type.
| Property name | Data type | Description |
|---|---|---|
| description | String | Specifies the description of the service plan. |
| name | String | Specifies the name of the service plan. |
Example
Here’s an XML example of the availableServicePlan data type:
<availableServicePlan>
<name>Platinum</name>
<description>Most highly available, best performance -- suitable
for data that will be frequently accessed or modified throughout its life</description>
</availableServicePlan>