次の方法で共有


Cluster.PublicIPType プロパティ

定義

作成するパブリック IP の種類 (IPv4 (既定値)、または DualStack (IPv4 と IPv6 の両方) を取得または設定します。 使用可能な値は、'IPv4'、'DualStack' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象