Share via


QueueScaleRule Constructors

Definition

Overloads

QueueScaleRule()

Initializes a new instance of the QueueScaleRule class.

QueueScaleRule(String, Nullable<Int32>, IList<ScaleRuleAuth>)

Initializes a new instance of the QueueScaleRule class.

QueueScaleRule()

Initializes a new instance of the QueueScaleRule class.

public QueueScaleRule ();
Public Sub New ()

Applies to

QueueScaleRule(String, Nullable<Int32>, IList<ScaleRuleAuth>)

Initializes a new instance of the QueueScaleRule class.

public QueueScaleRule (string queueName = default, int? queueLength = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth> auth = default);
new Microsoft.Azure.Management.WebSites.Models.QueueScaleRule : string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth> -> Microsoft.Azure.Management.WebSites.Models.QueueScaleRule
Public Sub New (Optional queueName As String = Nothing, Optional queueLength As Nullable(Of Integer) = Nothing, Optional auth As IList(Of ScaleRuleAuth) = Nothing)

Parameters

queueName
String

Queue name.

queueLength
Nullable<Int32>

Queue length.

auth
IList<ScaleRuleAuth>

Authentication secrets for the queue scale rule.

Applies to