AppServiceEnvironmentUpgradePreference Enum
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.
Upgrade Preference.
public enum AppServiceEnvironmentUpgradePreference
type AppServiceEnvironmentUpgradePreference =
Public Enum AppServiceEnvironmentUpgradePreference
- Inheritance
-
AppServiceEnvironmentUpgradePreference
Fields
Name | Value | Description |
---|---|---|
None | 0 | No preference on when this App Service Environment will be upgraded. |
Early | 1 | This App Service Environment will be upgraded before others in the same region that have Upgrade Preference 'Late'. |
Late | 2 | This App Service Environment will be upgraded after others in the same region that have Upgrade Preference 'Early'. |
Manual | 3 | ASEv3 only. Once an upgrade is available, this App Service Environment will wait 10 days for the upgrade to be manually initiated. After 10 days the upgrade will begin automatically. |