次の方法で共有


ClusterCreateParameters.ScaleSettings プロパティ

定義

スケール設定を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

クラスターのスケール設定。 Batch AI サービスでは、手動クラスターと自動スケール クラスターがサポートされています。

適用対象