HciVmInstanceOSProfileWindowsConfiguration 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.
Windows Configuration for the virtual machine instance.
public class HciVmInstanceOSProfileWindowsConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmInstanceOSProfileWindowsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmInstanceOSProfileWindowsConfiguration>
type HciVmInstanceOSProfileWindowsConfiguration = class
interface IJsonModel<HciVmInstanceOSProfileWindowsConfiguration>
interface IPersistableModel<HciVmInstanceOSProfileWindowsConfiguration>
Public Class HciVmInstanceOSProfileWindowsConfiguration
Implements IJsonModel(Of HciVmInstanceOSProfileWindowsConfiguration), IPersistableModel(Of HciVmInstanceOSProfileWindowsConfiguration)
- Inheritance
-
HciVmInstanceOSProfileWindowsConfiguration
- Implements
Constructors
HciVmInstanceOSProfileWindowsConfiguration() |
Initializes a new instance of HciVmInstanceOSProfileWindowsConfiguration. |
Properties
EnableAutomaticUpdates |
Whether to EnableAutomaticUpdates on the machine. |
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. |
SshPublicKeys |
The list of SSH public keys used to authenticate with linux based VMs. |
TimeZone |
TimeZone for the virtual machine instance. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HciVmInstanceOSProfileWindowsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciVmInstanceOSProfileWindowsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciVmInstanceOSProfileWindowsConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciVmInstanceOSProfileWindowsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciVmInstanceOSProfileWindowsConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |