IProvisionedClusterProperties.AutoScalerProfileOkTotalUnreadyCount 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.
This must be an integer. The default is 3.
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="This must be an integer. The default is 3.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ok-total-unready-count", Update=true)]
public string AutoScalerProfileOkTotalUnreadyCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="This must be an integer. The default is 3.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ok-total-unready-count", Update=true)>]
member this.AutoScalerProfileOkTotalUnreadyCount : string with get, set
Public Property AutoScalerProfileOkTotalUnreadyCount As String
Property Value
- Attributes