VirtualMachineInstancePropertiesOsProfileResponse

data class VirtualMachineInstancePropertiesOsProfileResponse(val adminUsername: String? = null, val computerName: String? = null, val linuxConfiguration: VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse? = null, val windowsConfiguration: VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse? = null)

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

Constructors

constructor(adminUsername: String? = null, computerName: String? = null, linuxConfiguration: VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse? = null, windowsConfiguration: VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse? = 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 instance

Link copied to clipboard

Windows Configuration for the virtual machine instance