ResourceProvisionVdiPayload interface

Resource creation data model with Flex properties for VDI scenarios

Properties

baseProfile

Bulk Actions Virtual Machine Profile object that contains VM properties that are common across all VMs in this batch

flexProperties

Flex properties used for VDI resource creation scenarios

resourceCount

Number of VMs to be created

resourceOverrides

Bulk Actions Virtual Machine Profile array, that contains VM properties that should be overridden for each VM in the batch

resourcePrefix

If resourceOverrides doesn't contain "name", the service will create a name based on the prefix and ResourceCount, e.g., resourceprefix-0, resourceprefix-1..

Property Details

baseProfile

Bulk Actions Virtual Machine Profile object that contains VM properties that are common across all VMs in this batch

baseProfile?: Record<string, any>

Property Value

Record<string, any>

flexProperties

Flex properties used for VDI resource creation scenarios

flexProperties: FlexProperties

Property Value

resourceCount

Number of VMs to be created

resourceCount: number

Property Value

number

resourceOverrides

Bulk Actions Virtual Machine Profile array, that contains VM properties that should be overridden for each VM in the batch

resourceOverrides?: Record<string, any>[]

Property Value

Record<string, any>[]

resourcePrefix

If resourceOverrides doesn't contain "name", the service will create a name based on the prefix and ResourceCount, e.g., resourceprefix-0, resourceprefix-1..

resourcePrefix?: string

Property Value

string