Os Profile Args
data class OsProfileArgs(val adminPassword: Output<String>? = null, val adminUsername: Output<String>? = null, val computerName: Output<String>? = null, val guestId: Output<String>? = null, val linuxConfiguration: Output<OsProfileLinuxConfigurationArgs>? = null, val osType: Output<Either<String, OsType>>? = null, val windowsConfiguration: Output<OsProfileWindowsConfigurationArgs>? = null) : ConvertibleToJava<OsProfileArgs>
Specifies the operating system settings for the virtual machine.
Constructors
Link copied to clipboard
fun OsProfileArgs(adminPassword: Output<String>? = null, adminUsername: Output<String>? = null, computerName: Output<String>? = null, guestId: Output<String>? = null, linuxConfiguration: Output<OsProfileLinuxConfigurationArgs>? = null, osType: Output<Either<String, OsType>>? = null, windowsConfiguration: Output<OsProfileWindowsConfigurationArgs>? = null)