FunctionAppRuntimeSettings interface   
Function App runtime settings.
Properties
| app | 
	Application Insights settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| app | 
	Application settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| end | 
	End-of-life date for the minor version. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| git | 
	GitHub Actions settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| is | 
	
  | 
| is | 
	
  | 
| is | 
	
  | 
| is | 
	
  | 
| is | 
	
  | 
| is | 
	
  | 
| remote | 
	
  | 
| runtime | 
	Function App stack minor version (runtime only). NOTE: This property will not be serialized. It can only be populated by the server.  | 
| site | 
	Configuration settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| supported | 
	List of supported Functions extension versions. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		appInsightsSettings
	  
	Application Insights settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
appInsightsSettings?: AppInsightsWebAppStackSettings
				Property Value
		appSettingsDictionary
	  
	Application settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
appSettingsDictionary?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}
		endOfLifeDate
	  
	End-of-life date for the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
endOfLifeDate?: Date
				Property Value
Date
		gitHubActionSettings
	   
	GitHub Actions settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
gitHubActionSettings?: GitHubActionWebAppStackSettings
				Property Value
		isAutoUpdate
	  
	true if the stack version is auto-updated; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
isAutoUpdate?: boolean
				Property Value
boolean
		isDefault
	 
	true if the minor version the default; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
isDefault?: boolean
				Property Value
boolean
		isDeprecated
	 
	true if the stack is deprecated; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
isDeprecated?: boolean
				Property Value
boolean
		isEarlyAccess
	  
	true if the minor version is early-access; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
isEarlyAccess?: boolean
				Property Value
boolean
		isHidden
	 
	true if the stack should be hidden; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
isHidden?: boolean
				Property Value
boolean
		isPreview
	 
	true if the stack is in preview; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
isPreview?: boolean
				Property Value
boolean
		remoteDebuggingSupported
	  
	true if remote debugging is supported for the stack; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
remoteDebuggingSupported?: boolean
				Property Value
boolean
		runtimeVersion
	 
	Function App stack minor version (runtime only). NOTE: This property will not be serialized. It can only be populated by the server.
runtimeVersion?: string
				Property Value
string
		siteConfigPropertiesDictionary
	   
	Configuration settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
siteConfigPropertiesDictionary?: SiteConfigPropertiesDictionary
				Property Value
		supportedFunctionsExtensionVersions
	   
	List of supported Functions extension versions. NOTE: This property will not be serialized. It can only be populated by the server.
supportedFunctionsExtensionVersions?: string[]
				Property Value
string[]