ClusterCreateParameters.Subnet 屬性

定義

取得或設定子網。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

要放入叢集節點的現有虛擬網路子網。 請注意,如果在節點設定中設定的檔案伺服器掛接,則會自動使用檔案伺服器的子網。

適用於