Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsProfile
Packages that use LocalDnsProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LocalDnsProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return LocalDnsProfileModifier and TypeMethodDescriptionAgentPoolInner.localDnsProfile()Get the localDnsProfile property: Configures the per-node local DNS, with VnetDNS and KubeDNS overrides.ManagedClusterAgentPoolProfileProperties.localDnsProfile()Get the localDnsProfile property: Configures the per-node local DNS, with VnetDNS and KubeDNS overrides.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type LocalDnsProfileModifier and TypeMethodDescriptionAgentPoolInner.withLocalDnsProfile(LocalDnsProfile localDnsProfile) Set the localDnsProfile property: Configures the per-node local DNS, with VnetDNS and KubeDNS overrides.ManagedClusterAgentPoolProfileProperties.withLocalDnsProfile(LocalDnsProfile localDnsProfile) Set the localDnsProfile property: Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. -
Uses of LocalDnsProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type LocalDnsProfileModifier and TypeClassDescriptionfinal classConfigures the per-node local DNS, with VnetDNS and KubeDNS overrides.Methods in com.azure.resourcemanager.containerservice.models that return LocalDnsProfileModifier and TypeMethodDescriptionstatic LocalDnsProfileLocalDnsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LocalDnsProfile from the JsonReader.LocalDnsProfile.withKubeDnsOverrides(Map<String, LocalDnsOverride> kubeDnsOverrides) Set the kubeDnsOverrides property: KubeDNS overrides apply to DNS traffic from pods with dnsPolicy:ClusterFirst (referred to as KubeDNS traffic).LocalDnsProfile.withMode(LocalDnsMode mode) Set the mode property: Mode of enablement for localDNS.LocalDnsProfile.withVnetDnsOverrides(Map<String, LocalDnsOverride> vnetDnsOverrides) Set the vnetDnsOverrides property: VnetDNS overrides apply to DNS traffic from pods with dnsPolicy:default or kubelet (referred to as VnetDNS traffic).Methods in com.azure.resourcemanager.containerservice.models with parameters of type LocalDnsProfileModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withLocalDnsProfile(LocalDnsProfile localDnsProfile) Set the localDnsProfile property: Configures the per-node local DNS, with VnetDNS and KubeDNS overrides.