ClusterUpdate.PublicIPType Property

Definition

Gets or sets indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6). Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to