QueueScaleRule Constructors
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.
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.
- auth
- IList<ScaleRuleAuth>
Authentication secrets for the queue scale rule.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET