OrchestratedVirtualMachineScaleSetBootDiagnosticsArgs

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

Constructors

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. By including a boot_diagnostics block without passing the storage_account_uri field will cause the API to utilize a Managed Storage Account to store the Boot Diagnostics output.

Functions

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