BulkCreateCustomOverridesProfile interface
Groups the per-VM overrides with the name prefix that names any override that does not supply its own VM name.
Properties
| overrides | Per-VM overrides. The count is the VM count and must equal capacity. Each override maps to VM index i. |
| virtual |
Prefix used to build the ARM VM name ({prefix}_{index}) for overrides that omit a virtualMachineName. Required when any override is unnamed and rejected when every override is named. |
Property Details
overrides
Per-VM overrides. The count is the VM count and must equal capacity. Each override maps to VM index i.
overrides?: BulkCreateCustomOverride[]
Property Value
virtualMachineNamePrefix
Prefix used to build the ARM VM name ({prefix}_{index}) for overrides that omit a virtualMachineName. Required when any override is unnamed and rejected when every override is named.
virtualMachineNamePrefix?: string
Property Value
string