次の方法で共有


QueueScaleRule Class

Definition

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.

Applies to