HciVmOSProfileLinuxConfiguration 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 update linux configuration.
public class HciVmOSProfileLinuxConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmOSProfileLinuxConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmOSProfileLinuxConfiguration>
type HciVmOSProfileLinuxConfiguration = class
interface IJsonModel<HciVmOSProfileLinuxConfiguration>
interface IPersistableModel<HciVmOSProfileLinuxConfiguration>
Public Class HciVmOSProfileLinuxConfiguration
Implements IJsonModel(Of HciVmOSProfileLinuxConfiguration), IPersistableModel(Of HciVmOSProfileLinuxConfiguration)
- Inheritance
-
HciVmOSProfileLinuxConfiguration
- Implements
Constructors
HciVmOSProfileLinuxConfiguration() |
Initializes a new instance of HciVmOSProfileLinuxConfiguration. |
Properties
ProvisionVmAgent |
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. |
ProvisionVmConfigAgent |
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HciVmOSProfileLinuxConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciVmOSProfileLinuxConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciVmOSProfileLinuxConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciVmOSProfileLinuxConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciVmOSProfileLinuxConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |