DeliveryGroupForCreationModel
Details of a delivery group which should be created.
Properties
| Name | Description | Additional information |
|---|---|---|
| DataCenterId | ID of the datacenter where the delivery group is located. |
Type: String |
| OfferingId | ID of one of the offerings for which the new delivery group will be used. |
Type: String |
| Capacity | The desired number of machines for the delivery group. Must be greater than zero if the delivery group is used as a primary for any users. The default is 1 for delivery groups used as a primary, or 0 for delivery groups used as a backup. |
Type: Number |
| TenantId | The ID of the tenant to which the delivery group belongs. Only used if the offering isolation mode is SharedDeliveryGroup. |
Type: String |
| Tags |
Type: Array of String |
|
| CustomProperties |
Type: Array of CustomPropertyModel |
Sample
application/json
Sample:
{
"DataCenterId": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a",
"OfferingId": "2f08f456-7ec8-4edc-866d-25037776ef4f",
"Capacity": 10,
"TenantId": "91ade655-feb5-47d3-9585-a5827ad50132",
"Tags": [
"tag"
],
"CustomProperties": [
{
"Name": "myProperty",
"Value": "myValue"
}
]
}