OsProfileArgs

constructor(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)