BootDiagnosticsInstanceView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Models.InstanceViewStatus status = default);
new Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView : string * string * Microsoft.Azure.Management.Compute.Models.InstanceViewStatus -> Microsoft.Azure.Management.Compute.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. Note: This will not be set if boot diagnostics is currently enabled with managed storage.
- serialConsoleLogBlobUri
- String
The serial console log blob Uri. 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. Note: It will be set only if there are errors encountered in enabling boot diagnostics.
Applies to
Azure SDK for .NET