Share via


IWorkloadProfileStates.CurrentCount Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Current count of nodes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="currentCount", Update=true)]
public int? CurrentCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Current count of nodes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="currentCount", Update=true)>]
member this.CurrentCount : Nullable<int> with get, set
Public Property CurrentCount As Nullable(Of Integer)

Property Value

Attributes

Applies to