OsProfile interface 
Specifies the operating system settings for the Azure Large Instance.
Properties
| computer | Specifies the host OS name of the Azure Large Instance. | 
| os | This property allows you to specify the type of the OS. NOTE: This property will not be serialized. It can only be populated by the server. | 
| ssh | Specifies the SSH public key used to access the operating system. | 
| version | Specifies version of operating system. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		computerName
	 
	Specifies the host OS name of the Azure Large Instance.
computerName?: stringProperty Value
string
		osType
	 
	This property allows you to specify the type of the OS. NOTE: This property will not be serialized. It can only be populated by the server.
osType?: stringProperty Value
string
		sshPublicKey
	  
	Specifies the SSH public key used to access the operating system.
sshPublicKey?: stringProperty Value
string
version
Specifies version of operating system. NOTE: This property will not be serialized. It can only be populated by the server.
version?: stringProperty Value
string