automatic Instance Repair
suspend fun automaticInstanceRepair(value: Output<LinuxVirtualMachineScaleSetAutomaticInstanceRepairArgs>)
Parameters
value
An automatic_instance_repair
block as defined below. To enable the automatic instance repair, this Virtual Machine Scale Set must have a valid health_probe_id
or an Application Health Extension.
Note: For more information about Automatic Instance Repair, please refer to the product documentation.
suspend fun automaticInstanceRepair(argument: suspend LinuxVirtualMachineScaleSetAutomaticInstanceRepairArgsBuilder.() -> Unit)
Parameters
argument
An automatic_instance_repair
block as defined below. To enable the automatic instance repair, this Virtual Machine Scale Set must have a valid health_probe_id
or an Application Health Extension.
Note: For more information about Automatic Instance Repair, please refer to the product documentation.