Aracılığıyla paylaş


ApplicationParameter Class

Definition

Provides an application parameter override to be applied when creating or upgrading an application. Note, overridden application parameter values are not preserved across application upgrades. To retain the overridden parameter values across application upgrades, the user should first fetch the list of overridden application parameters through GetApplication query and then pass that list of overridden parameters to UpgradeApplicationAsync(ApplicationUpgradeDescription).

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

Constructors

ApplicationParameter()

Initializes a new instance of the ApplicationParameter class.

Properties

Name

Gets the name of the application parameter to override.

Value

Gets the value of the application parameter to override.

Methods

ToString()

Returns a string representation of the ApplicationParameter class.

Applies to