ITemplate.ScaleRule Property
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.
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[] ScaleRule { 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.ScaleRule : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IScaleRule[] with get, set
Public Property ScaleRule As IScaleRule()
Property Value
- Attributes