2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
|
|
|
// EditionUpgradeConfiguration Windows 10 Edition Upgrade configuration.
|
|
|
|
type EditionUpgradeConfiguration struct {
|
|
|
|
// DeviceConfiguration is the base model of EditionUpgradeConfiguration
|
|
|
|
DeviceConfiguration
|
|
|
|
// LicenseType Edition Upgrade License Type.
|
|
|
|
LicenseType *EditionUpgradeLicenseType `json:"licenseType,omitempty"`
|
|
|
|
// TargetEdition Edition Upgrade Target Edition.
|
|
|
|
TargetEdition *Windows10EditionType `json:"targetEdition,omitempty"`
|
|
|
|
// License Edition Upgrade License File Content.
|
|
|
|
License *string `json:"license,omitempty"`
|
|
|
|
// ProductKey Edition Upgrade Product Key.
|
|
|
|
ProductKey *string `json:"productKey,omitempty"`
|
|
|
|
// WindowsSMode S mode configuration.
|
|
|
|
WindowsSMode *WindowsSModeConfiguration `json:"windowsSMode,omitempty"`
|
|
|
|
}
|