次の方法で共有


IpAllocation.PrefixType プロパティ

定義

IpAllocation のアドレス プレフィックス Type を取得または設定します。 使用可能な値は、'IPv4'、'IPv6' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.prefixType")]
public string PrefixType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.prefixType")>]
member this.PrefixType : string with get, set
Public Property PrefixType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象