FlexProperties interface
The flex properties for flexible VM creation
Properties
| min |
The minimum number of VMs that must be successfully created for the request to proceed. If fewer than this number can be allocated, the entire request is automatically rejected. |
| os |
The operating system type for the VMs |
| priority |
The priority profile for VM allocation |
| vm |
The list of VM size profiles to use for flex creation |
| zone |
The zone allocation policy for distributing VMs across availability zones |
Property Details
minCapacity
The minimum number of VMs that must be successfully created for the request to proceed. If fewer than this number can be allocated, the entire request is automatically rejected.
minCapacity?: number
Property Value
number
osType
The operating system type for the VMs
osType: string
Property Value
string
priorityProfile
The priority profile for VM allocation
priorityProfile: PriorityProfile
Property Value
vmSizeProfiles
The list of VM size profiles to use for flex creation
vmSizeProfiles: VmSizeProfile[]
Property Value
zoneAllocationPolicy
The zone allocation policy for distributing VMs across availability zones
zoneAllocationPolicy?: ZoneAllocationPolicy