次の方法で共有


ManagedCluster.EnableServicePublicIP Property

Definition

Gets or sets setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableServicePublicIP")]
public bool? EnableServicePublicIP { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableServicePublicIP")>]
member this.EnableServicePublicIP : Nullable<bool> with get, set
Public Property EnableServicePublicIP As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to