ScaleSetBootDiagnostics

data class ScaleSetBootDiagnostics(val enabled: Boolean? = null, val storageUri: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

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

Link copied to clipboard

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.