HciOSProfile Class

Definition

OS configurations for HCI device.

public class HciOSProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciOSProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciOSProfile>
type HciOSProfile = class
    interface IJsonModel<HciOSProfile>
    interface IPersistableModel<HciOSProfile>
Public Class HciOSProfile
Implements IJsonModel(Of HciOSProfile), IPersistableModel(Of HciOSProfile)
Inheritance
HciOSProfile
Implements

Properties

AssemblyVersion

Version of assembly present on device.

BootType

The boot type of the device. e.g. UEFI, Legacy etc.

Explicit Interface Implementations

IJsonModel<HciOSProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HciOSProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciOSProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciOSProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HciOSProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to