UpgradeResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of performing a subscription Upgrade.
public sealed class UpgradeResult : Microsoft.Store.PartnerCenter.Models.ResourceBase
type UpgradeResult = class
inherit ResourceBase
Public NotInheritable Class UpgradeResult
Inherits ResourceBase
- Inheritance
Constructors
UpgradeResult() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
LicenseErrors |
Gets or sets the errors encountered while attempting to migrate user licenses, if applicable. |
SourceSubscriptionId |
Gets or sets the source subscription id. |
TargetSubscriptionId |
Gets or sets the target subscription id. |
UpgradeErrors |
Gets or sets the errors encountered while attempting to perform the upgrade, if applicable. |
UpgradeType |
Gets or sets the type of upgrade. |