ApplicationUpgradeDescription Class

Definition

Describes the upgrade policy and the application to be upgraded.

public sealed class ApplicationUpgradeDescription
type ApplicationUpgradeDescription = class
Public NotInheritable Class ApplicationUpgradeDescription
Inheritance
ApplicationUpgradeDescription

Constructors

ApplicationUpgradeDescription()

Initializes a new instance of the ApplicationUpgradeDescription class.

Properties

ApplicationName

Gets or sets the URI name of the application instance that needs to be upgraded.

ApplicationParameters

Gets or sets a subset of the collection of name-value pairs for the parameters that are specified in the ApplicationManifest.xml. This property can be used to override a subset of the application parameters. Additionally, overridden application parameters are not preserved across application upgrades, so to retain overridden parameters across applicaiton upgrades, one can add the ApplicationParameters returned from GetApplicationListAsync(Uri) to this property.

ManagedApplicationIdentity

Application identity

TargetApplicationTypeVersion

Gets or sets the version of the application type to which the application instance is upgrading.

UpgradePolicyDescription

Gets or sets the description of the policy to be used for upgrading this application instance.

Applies to