你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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