ResourceProvisionFlexPayload interface
Resource creation data model for flex VM provisioning
Properties
| flex |
The flex properties for flexible VM creation |
| resource |
Number of VMs to be created |
| resource |
If resourceOverrides doesn't contain name, service will create name based on prefix and resourceCount |
| virtual |
JSON object that contains VM properties that are common across all VMs in this batch |
| virtual |
JSON array that contains VM properties that should be overridden for each VM in the batch |
Property Details
flexProperties
The flex properties for flexible VM creation
flexProperties: FlexProperties
Property Value
resourceCount
Number of VMs to be created
resourceCount: number
Property Value
number
resourcePrefix
If resourceOverrides doesn't contain name, service will create name based on prefix and resourceCount
resourcePrefix?: string
Property Value
string
virtualMachineBaseProfile
JSON object that contains VM properties that are common across all VMs in this batch
virtualMachineBaseProfile?: BulkVMConfiguration
Property Value
virtualMachineOverrides
JSON array that contains VM properties that should be overridden for each VM in the batch
virtualMachineOverrides?: BulkVMConfiguration[]