共用方式為


AppServiceEnvironmentUpgradePreference Enum

Definition

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.

Applies to