Virtual Machine Instance Properties Response Os Profile
data class VirtualMachineInstancePropertiesResponseOsProfile(val adminUsername: String? = null, val computerName: String? = null, val linuxConfiguration: VirtualMachineInstancePropertiesResponseLinuxConfiguration? = null, val windowsConfiguration: VirtualMachineInstancePropertiesResponseWindowsConfiguration? = null)
OsProfile - describes the configuration of the operating system and sets login data
Constructors
Link copied to clipboard
constructor(adminUsername: String? = null, computerName: String? = null, linuxConfiguration: VirtualMachineInstancePropertiesResponseLinuxConfiguration? = null, windowsConfiguration: VirtualMachineInstancePropertiesResponseWindowsConfiguration? = null)
Properties
Link copied to clipboard
AdminUsername - admin username
Link copied to clipboard
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