次の方法で共有


OSProfileForVmInstance Class

Definition

Specifies the operating system settings for the virtual machine.

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

Constructors

OSProfileForVmInstance()

Initializes a new instance of OSProfileForVmInstance.

Properties

AdminPassword

Sets administrator password.

AdminUsername

Gets or sets administrator username.

ComputerName

Gets or sets computer name.

GuestId

Gets or sets the guestId.

OSSku

Gets or sets os sku.

OSType

Gets or sets the type of the os.

ToolsRunningStatus

Gets or sets the current running status of VMware Tools running in the guest operating system.

ToolsVersion

Gets or sets the current version of VMware Tools.

ToolsVersionStatus

Gets or sets the current version status of VMware Tools installed in the guest operating system.

WindowsConfiguration

Windows Configuration.

Explicit Interface Implementations

IJsonModel<OSProfileForVmInstance>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OSProfileForVmInstance>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OSProfileForVmInstance>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OSProfileForVmInstance>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OSProfileForVmInstance>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to