automatic Instance Repair
suspend fun automaticInstanceRepair(value: Output<WindowsVirtualMachineScaleSetAutomaticInstanceRepairArgs>)
suspend fun automaticInstanceRepair(value: WindowsVirtualMachineScaleSetAutomaticInstanceRepairArgs?)
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 this doc.
suspend fun automaticInstanceRepair(argument: suspend WindowsVirtualMachineScaleSetAutomaticInstanceRepairArgsBuilder.() -> 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 this doc.