2020-09-04 23:29:13 +02:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 23:12:28 +01: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"`
|
|
|
|
}
|