Allocations.CustomNaming

Allocations.CustomNaming
Allocations.CustomNaming

Request schema for provisioning of Custom Naming Allocation resource

AnyOf
This class requires at least one of the following:
undefined
undefined
JSON Example
{
    "count": 0,
    "groupId": "string",
    "numberOfNamesToGenerate": 0,
    "resourceType": "string",
    "selectedNames": [
        "string"
    ],
    "templateName": "string"
}
integer
count
Optional

The number of resource instances to be created.

string
groupId
Optional

The id of the group this allocation resource belongs to. Allocations in the same group have affinity between them.

integer
numberOfNamesToGenerate
Required

Number of names to generate

string
resourceType
Required

The resource type in the custom naming template definition.

Possible values are : Machine, Network, Storage, Load Balancer, Resource Group, Gateway, NAT, Security Group, Generic,
array of string
selectedNames
Optional

The output custom names.

string
templateName
Optional

The name of the custom naming template to look for.