WindowsVirtualMachineBootDiagnosticsArgs

data class WindowsVirtualMachineBootDiagnosticsArgs(val storageAccountUri: Output<String>? = null) : ConvertibleToJava<WindowsVirtualMachineBootDiagnosticsArgs>

Constructors

Link copied to clipboard
constructor(storageAccountUri: Output<String>? = null)

Properties

Link copied to clipboard
val storageAccountUri: Output<String>? = null

The Primary/Secondary Endpoint for the Azure Storage Account which should be used to store Boot Diagnostics, including Console Output and Screenshots from the Hypervisor.

Functions

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