VirtualMachinePropertiesResponseOsProfile

data class VirtualMachinePropertiesResponseOsProfile(val adminUsername: String? = null, val computerName: String? = null, val linuxConfiguration: VirtualMachinePropertiesResponseLinuxConfiguration? = null, val osType: String? = null, val windowsConfiguration: VirtualMachinePropertiesResponseWindowsConfiguration? = null)

OsProfile - describes the configuration of the operating system and sets login data

Constructors

constructor(adminUsername: String? = null, computerName: String? = null, linuxConfiguration: VirtualMachinePropertiesResponseLinuxConfiguration? = null, osType: String? = null, windowsConfiguration: VirtualMachinePropertiesResponseWindowsConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adminUsername: String? = null

AdminUsername - admin username

Link copied to clipboard
val computerName: String? = null

ComputerName - name of the compute

Link copied to clipboard

LinuxConfiguration - linux specific configuration values for the virtual machine

Link copied to clipboard
val osType: String? = null

OsType - string specifying whether the OS is Linux or Windows

Link copied to clipboard

Windows Configuration for the virtual machine