次の方法で共有


Subnet.IpConfigurationProfiles プロパティ

定義

このサブネットを参照する IP 構成プロファイルの配列を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象