FunctionAppRuntimeSettings Class

Definition

Function App runtime settings. Serialized Name: FunctionAppRuntimeSettings

public class FunctionAppRuntimeSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.FunctionAppRuntimeSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.FunctionAppRuntimeSettings>
type FunctionAppRuntimeSettings = class
    interface IJsonModel<FunctionAppRuntimeSettings>
    interface IPersistableModel<FunctionAppRuntimeSettings>
Public Class FunctionAppRuntimeSettings
Implements IJsonModel(Of FunctionAppRuntimeSettings), IPersistableModel(Of FunctionAppRuntimeSettings)
Inheritance
FunctionAppRuntimeSettings
Implements

Properties

Name Description
AppInsightsSettings

Application Insights settings associated with the minor version. Serialized Name: FunctionAppRuntimeSettings.appInsightsSettings

AppSettingsDictionary

Application settings associated with the minor version. Serialized Name: FunctionAppRuntimeSettings.appSettingsDictionary

EndOfLifeOn

End-of-life date for the minor version. Serialized Name: FunctionAppRuntimeSettings.endOfLifeDate

GitHubActionSettings

GitHub Actions settings associated with the minor version. Serialized Name: FunctionAppRuntimeSettings.gitHubActionSettings

IsAutoUpdate

<code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>. Serialized Name: FunctionAppRuntimeSettings.isAutoUpdate

IsDefault

<code>true</code> if the minor version the default; otherwise, <code>false</code>. Serialized Name: FunctionAppRuntimeSettings.isDefault

IsDeprecated

<code>true</code> if the stack is deprecated; otherwise, <code>false</code>. Serialized Name: FunctionAppRuntimeSettings.isDeprecated

IsEarlyAccess

<code>true</code> if the minor version is early-access; otherwise, <code>false</code>. Serialized Name: FunctionAppRuntimeSettings.isEarlyAccess

IsHidden

<code>true</code> if the stack should be hidden; otherwise, <code>false</code>. Serialized Name: FunctionAppRuntimeSettings.isHidden

IsPreview

<code>true</code> if the stack is in preview; otherwise, <code>false</code>. Serialized Name: FunctionAppRuntimeSettings.isPreview

IsRemoteDebuggingSupported

<code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>. Serialized Name: FunctionAppRuntimeSettings.remoteDebuggingSupported

RuntimeVersion

Function App stack minor version (runtime only). Serialized Name: FunctionAppRuntimeSettings.runtimeVersion

SiteConfigPropertiesDictionary

Configuration settings associated with the minor version. Serialized Name: FunctionAppRuntimeSettings.siteConfigPropertiesDictionary

SupportedFunctionsExtensionVersions

List of supported Functions extension versions. Serialized Name: FunctionAppRuntimeSettings.supportedFunctionsExtensionVersions

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FunctionAppRuntimeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FunctionAppRuntimeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FunctionAppRuntimeSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FunctionAppRuntimeSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FunctionAppRuntimeSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to