IKubernetesCluster.NetworkConfigurationDnsServiceIP Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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