bootDiagnostics

@JvmName(name = "rjawvoojakdvyvxw")
suspend fun bootDiagnostics(value: Output<BootDiagnosticsArgs>)
@JvmName(name = "ldebijyncujbstvw")
suspend fun bootDiagnostics(value: BootDiagnosticsArgs?)

Parameters

value

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

You can easily view the output of your console log.

Azure also enables you to see a screenshot of the VM from the hypervisor.


@JvmName(name = "renwjkxkvnaedifp")
suspend fun bootDiagnostics(argument: suspend BootDiagnosticsArgsBuilder.() -> Unit)

Parameters

argument

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

You can easily view the output of your console log.

Azure also enables you to see a screenshot of the VM from the hypervisor.