ResourceProvisionPayload interface
Resource creation data model
Properties
| base |
Bulk Actions Virtual Machine Profile object that contains VM properties that are common across all VMs in this batch |
| resource |
Number of VMs to be created |
| resource |
Bulk Actions Virtual Machine Profile array, that contains VM properties that should be overridden for each VM in the batch |
| resource |
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>
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