VMwareVmWindowsConfiguration 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.
Specifies the Windows Configuration settings for the virtual machine.
public class VMwareVmWindowsConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareVmWindowsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareVmWindowsConfiguration>
type VMwareVmWindowsConfiguration = class
interface IJsonModel<VMwareVmWindowsConfiguration>
interface IPersistableModel<VMwareVmWindowsConfiguration>
Public Class VMwareVmWindowsConfiguration
Implements IJsonModel(Of VMwareVmWindowsConfiguration), IPersistableModel(Of VMwareVmWindowsConfiguration)
- Inheritance
-
VMwareVmWindowsConfiguration
- Implements
Constructors
VMwareVmWindowsConfiguration() |
Initializes a new instance of VMwareVmWindowsConfiguration. |
Properties
AutoLogonCount |
Sets auto logon count. |
DomainName |
Sets domain name that vm should join. |
DomainUsername |
Sets domain username. |
DomainUserPassword |
Sets domain user password. |
FirstLogonCommands |
Sets first logon commands. |
FullName |
Sets full name of the owner of the vm. |
IsAutoLogon |
Sets a value indicating whether auto logon is enabled. |
OrgName |
Sets org name to which the owner of the vm belongs. |
ProductId |
Sets product id of the vm. |
TimeZone |
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Time zone name correspond to time zones listed at Microsoft Time Zone name values(https://learn.microsoft.com/en-us/previous-versions/windows/embedded/ms912391(v=winembedded.11)). |
WorkGroupName |
Sets work group name that vm should join. |
Explicit Interface Implementations
IJsonModel<VMwareVmWindowsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VMwareVmWindowsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VMwareVmWindowsConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VMwareVmWindowsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VMwareVmWindowsConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET