次の方法で共有


VirtualNetwork.IpAllocations プロパティ

定義

この VNET を参照する IpAllocation の配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象