VirtualMachinePublicIPAddressConfiguration.PublicIPAddressVersion プロパティ

定義

Api-Version 2019-07-01 以降で使用できる設定を取得または設定します。これは、特定の ipconfiguration が IPv4 か IPv6 かを表します。 既定値は IPv4 と見なされます。 使用可能な値は、'IPv4' と 'IPv6' です。 使用可能な値は、'IPv4'、'IPv6' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象