Share via


IWithBootDiagnostics Interface

Definition

The stage of the virtual machine definition allowing to enable boot diagnostics.

public interface IWithBootDiagnostics
type IWithBootDiagnostics = interface
Public Interface IWithBootDiagnostics
Derived

Methods

WithBootDiagnostics()

Specifies that boot diagnostics needs to be enabled in the virtual machine.

WithBootDiagnostics(ICreatable<IStorageAccount>)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

WithBootDiagnostics(IStorageAccount)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

WithBootDiagnostics(String)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

Applies to