Share via


OSProfileForVminstance Class

Definition

Specifies the operating system settings for the virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.OSProfileForVminstanceTypeConverter))]
public class OSProfileForVminstance : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IOSProfileForVminstance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.OSProfileForVminstanceTypeConverter))>]
type OSProfileForVminstance = class
    interface IOSProfileForVminstance
    interface IJsonSerializable
Public Class OSProfileForVminstance
Implements IOSProfileForVminstance
Inheritance
OSProfileForVminstance
Attributes
Implements

Constructors

OSProfileForVminstance()

Creates an new OSProfileForVminstance instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OSProfileForVminstance.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OSProfileForVminstance.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IOSProfileForVminstance.

FromJsonString(String)

Creates a new instance of OSProfileForVminstance, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OSProfileForVminstance into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to