次の方法で共有


VirtualNetworkResourceSettings.AddressSpace プロパティ

定義

仮想ネットワークのアドレス プレフィックスを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="addressSpace")]
public System.Collections.Generic.IList<string> AddressSpace { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="addressSpace")>]
member this.AddressSpace : System.Collections.Generic.IList<string> with get, set
Public Property AddressSpace As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象