FunctionAppRuntimeSettings interface
Function App 运行时设置。
属性
| app |
与次要版本关联的 Application Insights 设置。 注意:此属性不会序列化。 它只能由服务器填充。 |
| app |
与次要版本关联的应用程序设置。 注意:此属性不会序列化。 它只能由服务器填充。 |
| end |
次要版本的生命周期结束日期。 注意:此属性不会序列化。 它只能由服务器填充。 |
| git |
与次要版本关联的 GitHub Actions 设置。 注意:此属性不会序列化。 它只能由服务器填充。 |
| is |
如果堆栈版本自动更新, |
| is |
如果次要版本为默认值,则 |
| is |
如果堆栈已弃用, |
| is |
如果次要版本是早期访问,则 |
| is |
|
| is |
如果堆栈处于预览状态, |
| remote |
如果堆栈支持远程调试, |
| runtime |
Function App 堆栈次要版本(仅限运行时)。 注意:此属性不会序列化。 它只能由服务器填充。 |
| site |
与次要版本关联的配置设置。 注意:此属性不会序列化。 它只能由服务器填充。 |
| supported |
支持的 Functions 扩展版本列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
appInsightsSettings
与次要版本关联的 Application Insights 设置。 注意:此属性不会序列化。 它只能由服务器填充。
appInsightsSettings?: AppInsightsWebAppStackSettings
属性值
appSettingsDictionary
与次要版本关联的应用程序设置。 注意:此属性不会序列化。 它只能由服务器填充。
appSettingsDictionary?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
endOfLifeDate
次要版本的生命周期结束日期。 注意:此属性不会序列化。 它只能由服务器填充。
endOfLifeDate?: Date
属性值
Date
gitHubActionSettings
与次要版本关联的 GitHub Actions 设置。 注意:此属性不会序列化。 它只能由服务器填充。
gitHubActionSettings?: GitHubActionWebAppStackSettings
属性值
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?: SiteConfigPropertiesDictionary
属性值
supportedFunctionsExtensionVersions
支持的 Functions 扩展版本列表。 注意:此属性不会序列化。 它只能由服务器填充。
supportedFunctionsExtensionVersions?: string[]
属性值
string[]