你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StackMajorVersion 类
应用程序堆栈主版本。
- 继承
-
azure.mgmt.web._serialization.ModelStackMajorVersion
构造函数
StackMajorVersion(*, display_version: str | None = None, runtime_version: str | None = None, is_default: bool | None = None, minor_versions: List[_models.StackMinorVersion] | None = None, application_insights: bool | None = None, is_preview: bool | None = None, is_deprecated: bool | None = None, is_hidden: bool | None = None, app_settings_dictionary: Dict[str, MutableMapping[str, Any]] | None = None, site_config_properties_dictionary: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
display_version
|
应用程序堆栈主版本 (仅显示) 。 |
runtime_version
|
应用程序堆栈主版本 (运行时仅) 。 |
is_default
|
|
minor_versions
|
与主版本关联的次要版本。 |
application_insights
|
|
is_preview
|
|
is_deprecated
|
|
is_hidden
|
|
app_settings_dictionary
|
:code:>>'<< ' 示例:所有函数应用都需要 AppSetting:“FUNCTIONS_WORKER_RUNTIME”设置为堆栈 名称。 |
site_config_properties_dictionary
|
:code:>>'<< 示例:所有 Linux 函数应用都需要 Use32BitWorkerProcess 设置为 0。 |
变量
名称 | 说明 |
---|---|
display_version
|
应用程序堆栈主版本 (仅显示) 。 |
runtime_version
|
应用程序堆栈主版本 (运行时仅) 。 |
is_default
|
|
minor_versions
|
与主版本关联的次要版本。 |
application_insights
|
|
is_preview
|
|
is_deprecated
|
|
is_hidden
|
|
app_settings_dictionary
|
:code:>>'<< ' 示例:所有函数应用都需要 AppSetting:“FUNCTIONS_WORKER_RUNTIME”设置为堆栈 名称。 |
site_config_properties_dictionary
|
:code:>>'<< 示例:所有 Linux 函数应用都需要 Use32BitWorkerProcess 设置为 0。 |