VirtualMachineInstancePropertiesOsProfile interface    
OsProfile - describes the configuration of the operating system and sets login data
Properties
| admin | 
	AdminPassword - admin password  | 
| admin | 
	AdminUsername - admin username  | 
| computer | 
	ComputerName - name of the compute  | 
| linux | 
	LinuxConfiguration - linux specific configuration values for the virtual machine instance  | 
| windows | 
	Windows Configuration for the virtual machine instance  | 
Property Details
		adminPassword
	 
	AdminPassword - admin password
adminPassword?: string
				Property Value
string
		adminUsername
	 
	AdminUsername - admin username
adminUsername?: string
				Property Value
string
		computerName
	 
	ComputerName - name of the compute
computerName?: string
				Property Value
string
		linuxConfiguration
	 
	LinuxConfiguration - linux specific configuration values for the virtual machine instance
linuxConfiguration?: VirtualMachineInstancePropertiesOsProfileLinuxConfiguration
				Property Value
		windowsConfiguration
	 
	Windows Configuration for the virtual machine instance
windowsConfiguration?: VirtualMachineInstancePropertiesOsProfileWindowsConfiguration