FunctionAppRuntimeSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Function App runtime settings.
public class FunctionAppRuntimeSettings
type FunctionAppRuntimeSettings = class
Public Class FunctionAppRuntimeSettings
- Inheritance
-
FunctionAppRuntimeSettings
Constructors
FunctionAppRuntimeSettings() |
Initializes a new instance of the FunctionAppRuntimeSettings class. |
FunctionAppRuntimeSettings(String, Nullable<Boolean>, AppInsightsWebAppStackSettings, GitHubActionWebAppStackSettings, IDictionary<String,String>, SiteConfigPropertiesDictionary, IList<String>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the FunctionAppRuntimeSettings class. |
Properties
AppInsightsSettings |
Gets application Insights settings associated with the minor version. |
AppSettingsDictionary |
Gets application settings associated with the minor version. |
EndOfLifeDate |
Gets end-of-life date for the minor version. |
GitHubActionSettings |
Gets gitHub Actions settings associated with the minor version. |
IsAutoUpdate |
Gets <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>. |
IsDefault |
Gets <code>true</code> if the minor version the default; otherwise, <code>false</code>. |
IsDeprecated |
Gets <code>true</code> if the stack is deprecated; otherwise, <code>false</code>. |
IsEarlyAccess |
Gets <code>true</code> if the minor version is early-access; otherwise, <code>false</code>. |
IsHidden |
Gets <code>true</code> if the stack should be hidden; otherwise, <code>false</code>. |
IsPreview |
Gets <code>true</code> if the stack is in preview; otherwise, <code>false</code>. |
RemoteDebuggingSupported |
Gets <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>. |
RuntimeVersion |
Gets function App stack minor version (runtime only). |
SiteConfigPropertiesDictionary |
Gets configuration settings associated with the minor version. |
SupportedFunctionsExtensionVersions |
Gets list of supported Functions extension versions. |
Applies to
Azure SDK for .NET