HciVmOSProfile 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.
OsProfile - describes the update configuration of the operating system.
public class HciVmOSProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmOSProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmOSProfile>
type HciVmOSProfile = class
interface IJsonModel<HciVmOSProfile>
interface IPersistableModel<HciVmOSProfile>
Public Class HciVmOSProfile
Implements IJsonModel(Of HciVmOSProfile), IPersistableModel(Of HciVmOSProfile)
- Inheritance
-
HciVmOSProfile
- Implements
Constructors
HciVmOSProfile() |
Initializes a new instance of HciVmOSProfile. |
Properties
ComputerName |
ComputerName - name of the computer. |
LinuxConfiguration |
Linux configuration properties. |
WindowsConfiguration |
Windows configuration properties. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HciVmOSProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciVmOSProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciVmOSProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciVmOSProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciVmOSProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |