次の方法で共有


VirtualNetwork.Subnets プロパティ

定義

Virtual Network内のサブネットの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.subnets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Subnet> Subnets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.subnets")>]
member this.Subnets : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Subnet> with get, set
Public Property Subnets As IList(Of Subnet)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象