FunctionsScaleAndConcurrencyTriggers 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.
Scale and concurrency settings for the function app triggers.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsScaleAndConcurrencyTriggersTypeConverter))]
public class FunctionsScaleAndConcurrencyTriggers : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsScaleAndConcurrencyTriggers
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsScaleAndConcurrencyTriggersTypeConverter))>]
type FunctionsScaleAndConcurrencyTriggers = class
interface IFunctionsScaleAndConcurrencyTriggers
interface IJsonSerializable
Public Class FunctionsScaleAndConcurrencyTriggers
Implements IFunctionsScaleAndConcurrencyTriggers
- Inheritance
-
FunctionsScaleAndConcurrencyTriggers
- Attributes
- Implements
Constructors
FunctionsScaleAndConcurrencyTriggers() |
Creates an new FunctionsScaleAndConcurrencyTriggers instance. |
Properties
HttpPerInstanceConcurrency |
The maximum number of concurrent HTTP trigger invocations per instance. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionsScaleAndConcurrencyTriggers. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionsScaleAndConcurrencyTriggers. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsScaleAndConcurrencyTriggers. |
FromJsonString(String) |
Creates a new instance of FunctionsScaleAndConcurrencyTriggers, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionsScaleAndConcurrencyTriggers into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |