次の方法で共有


VirtualMachineScaleSetPublicIPAddressConfiguration.PublicIPAddressVersion プロパティ

定義

2019-07-01 以降Api-Version使用できる値を取得または設定します。これは、特定の 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

適用対象