Share via


FunctionAppConfig Class

Definition

Function app configuration.

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

Constructors

FunctionAppConfig()

Initializes a new instance of FunctionAppConfig.

Properties

DeploymentStorage

Storage for deployed package used by the function app.

Runtime

Function app runtime settings.

ScaleAndConcurrency

Function app scale and concurrency settings.

Explicit Interface Implementations

IJsonModel<FunctionAppConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FunctionAppConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FunctionAppConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FunctionAppConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FunctionAppConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to