Condividi tramite


ContainerServiceNetworkProfile.DnsServiceIP Property

Definition

Gets or sets an IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to