通过


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

FunctionAppRuntimeSettingsOutput interface

Function App 运行时设置。

属性

appInsightsSettings

与次要版本关联的 Application Insights 设置。

appSettingsDictionary

与次要版本关联的应用程序设置。

endOfLifeDate

次要版本的生命周期结束日期。

gitHubActionSettings

与次要版本关联的 GitHub Actions 设置。

isAutoUpdate

如果堆栈版本自动更新,true;否则,false

isDefault

如果次要版本为默认值,则 true;否则,false

isDeprecated

如果堆栈已弃用,true;否则,false

isEarlyAccess

如果次要版本是早期访问,则 true;否则,false

isHidden

true 是否应隐藏堆栈;否则,false

isPreview

如果堆栈处于预览状态,true;否则,false

remoteDebuggingSupported

如果堆栈支持远程调试,true;否则,false

runtimeVersion

Function App 堆栈次要版本(仅限运行时)。

siteConfigPropertiesDictionary

与次要版本关联的配置设置。

supportedFunctionsExtensionVersions

支持的 Functions 扩展版本列表。

属性详细信息

appInsightsSettings

与次要版本关联的 Application Insights 设置。

appInsightsSettings?: AppInsightsWebAppStackSettingsOutput

属性值

appSettingsDictionary

与次要版本关联的应用程序设置。

appSettingsDictionary?: Record<string, string>

属性值

Record<string, string>

endOfLifeDate

次要版本的生命周期结束日期。

endOfLifeDate?: string

属性值

string

gitHubActionSettings

与次要版本关联的 GitHub Actions 设置。

gitHubActionSettings?: GitHubActionWebAppStackSettingsOutput

属性值

isAutoUpdate

如果堆栈版本自动更新,true;否则,false

isAutoUpdate?: boolean

属性值

boolean

isDefault

如果次要版本为默认值,则 true;否则,false

isDefault?: boolean

属性值

boolean

isDeprecated

如果堆栈已弃用,true;否则,false

isDeprecated?: boolean

属性值

boolean

isEarlyAccess

如果次要版本是早期访问,则 true;否则,false

isEarlyAccess?: boolean

属性值

boolean

isHidden

true 是否应隐藏堆栈;否则,false

isHidden?: boolean

属性值

boolean

isPreview

如果堆栈处于预览状态,true;否则,false

isPreview?: boolean

属性值

boolean

remoteDebuggingSupported

如果堆栈支持远程调试,true;否则,false

remoteDebuggingSupported?: boolean

属性值

boolean

runtimeVersion

Function App 堆栈次要版本(仅限运行时)。

runtimeVersion?: string

属性值

string

siteConfigPropertiesDictionary

与次要版本关联的配置设置。

siteConfigPropertiesDictionary?: SiteConfigPropertiesDictionaryOutput

属性值

supportedFunctionsExtensionVersions

支持的 Functions 扩展版本列表。

supportedFunctionsExtensionVersions?: string[]

属性值

string[]