共用方式為


FunctionAppRuntimeSettingsOutput interface

函式應用程式運行時間設定。

屬性

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

函式應用程式堆疊次要版本(僅限運行時間)。

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

函式應用程式堆疊次要版本(僅限運行時間)。

runtimeVersion?: string

屬性值

string

siteConfigPropertiesDictionary

與次要版本相關聯的組態設定。

siteConfigPropertiesDictionary?: SiteConfigPropertiesDictionaryOutput

屬性值

supportedFunctionsExtensionVersions

支援的 Functions 擴充功能版本清單。

supportedFunctionsExtensionVersions?: string[]

屬性值

string[]