BootDiagnosticsInstanceView Constructors

Definition

Overloads

BootDiagnosticsInstanceView()

Initializes a new instance of the BootDiagnosticsInstanceView class.

BootDiagnosticsInstanceView(String, String, InstanceViewStatus)

Initializes a new instance of the BootDiagnosticsInstanceView class.

BootDiagnosticsInstanceView()

Initializes a new instance of the BootDiagnosticsInstanceView class.

public BootDiagnosticsInstanceView ();
Public Sub New ()

Applies to

BootDiagnosticsInstanceView(String, String, InstanceViewStatus)

Initializes a new instance of the BootDiagnosticsInstanceView class.

public BootDiagnosticsInstanceView (string consoleScreenshotBlobUri = default, string serialConsoleLogBlobUri = default, Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewStatus status = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.BootDiagnosticsInstanceView : string * string * Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewStatus -> Microsoft.Azure.Management.Compute.Fluent.Models.BootDiagnosticsInstanceView
Public Sub New (Optional consoleScreenshotBlobUri As String = Nothing, Optional serialConsoleLogBlobUri As String = Nothing, Optional status As InstanceViewStatus = Nothing)

Parameters

consoleScreenshotBlobUri
String

The console screenshot blob URI. <br><br>NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

serialConsoleLogBlobUri
String

The serial console log blob Uri. <br><br>NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

status
InstanceViewStatus

The boot diagnostics status information for the VM. <br><br> NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.

Applies to