IScale.Rule Property

Definition

Scaling rules.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Scaling rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IScaleRule) }, ReadOnly=false, Required=false, SerializedName="rules")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IScaleRule[] Rule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Scaling rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IScaleRule) }, ReadOnly=false, Required=false, SerializedName="rules")>]
member this.Rule : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IScaleRule[] with get, set
Public Property Rule As IScaleRule()

Property Value

Attributes

Applies to