IAppServicePlanPatchResourceProperties.TargetWorkerCount 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 worker count.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Scaling worker count.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="targetWorkerCount")]
public int? TargetWorkerCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Scaling worker count.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="targetWorkerCount")>]
member this.TargetWorkerCount : Nullable<int> with get, set
Public Property TargetWorkerCount As Nullable(Of Integer)
Property Value
- Attributes