Megosztás a következőn keresztül:


IFunctionsAlwaysReadyConfig Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsAlwaysReadyConfigTypeConverter))]
public interface IFunctionsAlwaysReadyConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsAlwaysReadyConfigTypeConverter))>]
type IFunctionsAlwaysReadyConfig = interface
    interface IJsonSerializable
Public Interface IFunctionsAlwaysReadyConfig
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to