Os Profile Args
data class OsProfileArgs(val computerName: Output<String>? = null, val osType: Output<String>? = null, val sshPublicKey: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<OsProfileArgs>
Specifies the operating system settings for the Azure Large Instance.