ResourceConfiguration interface
Properties
instance |
Optional number of instances or nodes used by the compute target. |
instance |
Optional type of VM used as supported by the compute target. |
properties | Additional properties bag. |
Property Details
instanceCount
Optional number of instances or nodes used by the compute target.
instanceCount?: number
Property Value
number
instanceType
Optional type of VM used as supported by the compute target.
instanceType?: string
Property Value
string
properties
Additional properties bag.
properties?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}