共用方式為


ClusterCreateParameters.NodeSetup 屬性

定義

取得或設定節點設定。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

在叢集中的每個計算節點上執行安裝程式。

適用於