Freigeben über


IKubernetesCluster.NetworkConfigurationDnsServiceIP Property

Definition

The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsServiceIp")]
public string NetworkConfigurationDnsServiceIP { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsServiceIp")>]
member this.NetworkConfigurationDnsServiceIP : string with get, set
Public Property NetworkConfigurationDnsServiceIP As String

Property Value

Attributes

Applies to