IFunctionsAlwaysReadyConfig Interface
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.
[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) |