BootDiagnosticsInstanceView Class
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.
The instance view of a virtual machine boot diagnostics.
public class BootDiagnosticsInstanceView : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.BootDiagnosticsInstanceView>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.BootDiagnosticsInstanceView>
type BootDiagnosticsInstanceView = class
interface IJsonModel<BootDiagnosticsInstanceView>
interface IPersistableModel<BootDiagnosticsInstanceView>
Public Class BootDiagnosticsInstanceView
Implements IJsonModel(Of BootDiagnosticsInstanceView), IPersistableModel(Of BootDiagnosticsInstanceView)
- Inheritance
-
BootDiagnosticsInstanceView
- Implements
Properties
ConsoleScreenshotBlobUri |
The console screenshot blob URI. Note: This will not be set if boot diagnostics is currently enabled with managed storage. |
SerialConsoleLogBlobUri |
The serial console log blob Uri. Note: This will not be set if boot diagnostics is currently enabled with managed storage. |
Status |
The boot diagnostics status information for the VM. Note: It will be set only if there are errors encountered in enabling boot diagnostics. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<BootDiagnosticsInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BootDiagnosticsInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BootDiagnosticsInstanceView>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BootDiagnosticsInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BootDiagnosticsInstanceView>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET