次の方法で共有


NetworkSecurityGroup.Subnets プロパティ

定義

サブネットへの参照のコレクションを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象