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