virtualMachineScaleSet

@JvmName(name = "jspfqgiwbqbkqimr")
suspend fun virtualMachineScaleSet(value: Output<SubResourceArgs>)
@JvmName(name = "qlyibbhytpsaofsg")
suspend fun virtualMachineScaleSet(value: SubResourceArgs?)

Parameters

value

Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum api‐version: 2019‐03‐01.


@JvmName(name = "fnhuatlkodgmycel")
suspend fun virtualMachineScaleSet(argument: suspend SubResourceArgsBuilder.() -> Unit)

Parameters

argument

Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum api‐version: 2019‐03‐01.