ScaleSetBootDiagnosticsArgs

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

Constructors

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

Functions

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

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.