IProvisionedClusterProperties.AutoScalerProfileBalanceSimilarNodeGroup 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.
Valid values are 'true' and 'false'
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Valid values are 'true' and 'false'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="balance-similar-node-groups", Update=true)]
public string AutoScalerProfileBalanceSimilarNodeGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Valid values are 'true' and 'false'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="balance-similar-node-groups", Update=true)>]
member this.AutoScalerProfileBalanceSimilarNodeGroup : string with get, set
Public Property AutoScalerProfileBalanceSimilarNodeGroup As String
Property Value
- Attributes