Virtual Machine Properties Response Os Profile
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
Link copied to clipboard
constructor(adminUsername: String? = null, computerName: String? = null, linuxConfiguration: VirtualMachinePropertiesResponseLinuxConfiguration? = null, osType: String? = null, windowsConfiguration: VirtualMachinePropertiesResponseWindowsConfiguration? = null)