Bagikan melalui


ClusterUpdateParameters.ScaleSettings Property

Definition

Gets or sets scale settings.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scaleSettings")]
public Microsoft.Azure.Management.BatchAI.Models.ScaleSettings ScaleSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scaleSettings")>]
member this.ScaleSettings : Microsoft.Azure.Management.BatchAI.Models.ScaleSettings with get, set
Public Property ScaleSettings As ScaleSettings

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Desired scale settings for the cluster. Batch AI service supports manual and auto scale clusters.

Applies to