ParentT - the stage of the network profile definition to return to after attaching this definitionpublic static interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDnsServiceIP<ParentT>
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
withDnsServiceIP(String dnsServiceIP)
Specifies an IP address assigned to the Kubernetes DNS service; it must be within the Kubernetes
service address range specified in the service CIDR.
|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withDnsServiceIP(String dnsServiceIP)
dnsServiceIP - the IP address assigned to the Kubernetes DNS service; it must be within the
Kubernetes service address range specified in the service CIDRCopyright © 2020 Microsoft Corporation. All rights reserved.