ResourceProvisionFlexPayload interface

Resource creation data model for flex VM provisioning

Properties

flexProperties

The flex properties for flexible VM creation

resourceCount

Number of VMs to be created

resourcePrefix

If resourceOverrides doesn't contain name, service will create name based on prefix and resourceCount

virtualMachineBaseProfile

JSON object that contains VM properties that are common across all VMs in this batch

virtualMachineOverrides

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[]

Property Value