ScaleSetBootDiagnosticsArgs

data class ScaleSetBootDiagnosticsArgs(val enabled: Output<Boolean>? = null, val storageUri: Output<String>) : ConvertibleToJava<ScaleSetBootDiagnosticsArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, storageUri: Output<String>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether to enable boot diagnostics for the virtual machine. Defaults to true.

Link copied to clipboard
val storageUri: Output<String>

Blob endpoint for the storage account to hold the virtual machine's diagnostic files. This must be the root of a storage account, and not a storage container.

Functions

Link copied to clipboard
open override fun toJava(): ScaleSetBootDiagnosticsArgs