QueueScaleRule 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.
Container App container Azure Queue based scaling rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.QueueScaleRuleTypeConverter))]
public class QueueScaleRule : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IQueueScaleRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.QueueScaleRuleTypeConverter))>]
type QueueScaleRule = class
interface IQueueScaleRule
interface IJsonSerializable
Public Class QueueScaleRule
Implements IQueueScaleRule
- Inheritance
-
QueueScaleRule
- Attributes
- Implements
Constructors
QueueScaleRule() |
Creates an new QueueScaleRule instance. |
Properties
Auth |
Authentication secrets for the queue scale rule. |
QueueLength |
Queue length. |
QueueName |
Queue name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueueScaleRule. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueueScaleRule. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IQueueScaleRule. |
FromJsonString(String) |
Creates a new instance of QueueScaleRule, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueueScaleRule into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |