Share via


IOSProfileForVminstance Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to