FunctionsAlwaysReadyConfig Class
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.
Sets the number of 'Always Ready' instances for a function group or a specific function.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsAlwaysReadyConfigTypeConverter))]
public class FunctionsAlwaysReadyConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsAlwaysReadyConfigTypeConverter))>]
type FunctionsAlwaysReadyConfig = class
interface IFunctionsAlwaysReadyConfig
interface IJsonSerializable
Public Class FunctionsAlwaysReadyConfig
Implements IFunctionsAlwaysReadyConfig
- Inheritance
-
FunctionsAlwaysReadyConfig
- Attributes
- Implements
Constructors
FunctionsAlwaysReadyConfig() |
Creates an new FunctionsAlwaysReadyConfig instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionsAlwaysReadyConfig. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionsAlwaysReadyConfig. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig. |
FromJsonString(String) |
Creates a new instance of FunctionsAlwaysReadyConfig, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionsAlwaysReadyConfig into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |