FunctionAppAlwaysReadyConfig Class

Definition

Sets the number of 'Always Ready' instances for a function group or a specific function.

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

Constructors

FunctionAppAlwaysReadyConfig()

Initializes a new instance of FunctionAppAlwaysReadyConfig.

Properties

InstanceCount

Sets the number of 'Always Ready' instances for a given function group or a specific function. For additional information see https://aka.ms/flexconsumption/alwaysready.

Name

Either a function group or a function name is required. For additional information see https://aka.ms/flexconsumption/alwaysready.

Explicit Interface Implementations

IJsonModel<FunctionAppAlwaysReadyConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FunctionAppAlwaysReadyConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FunctionAppAlwaysReadyConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FunctionAppAlwaysReadyConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FunctionAppAlwaysReadyConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to