Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsForwardDestination
Packages that use LocalDnsForwardDestination
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LocalDnsForwardDestination in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type LocalDnsForwardDestination in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classDestination server for DNS queries to be forwarded from localDNS.Fields in com.azure.resourcemanager.containerservice.models declared as LocalDnsForwardDestinationModifier and TypeFieldDescriptionstatic final LocalDnsForwardDestinationLocalDnsForwardDestination.CLUSTER_CORE_DNSStatic value ClusterCoreDNS for LocalDnsForwardDestination.static final LocalDnsForwardDestinationLocalDnsForwardDestination.VNET_DNSStatic value VnetDNS for LocalDnsForwardDestination.Methods in com.azure.resourcemanager.containerservice.models that return LocalDnsForwardDestinationModifier and TypeMethodDescriptionLocalDnsOverride.forwardDestination()Get the forwardDestination property: Destination server for DNS queries to be forwarded from localDNS.static LocalDnsForwardDestinationLocalDnsForwardDestination.fromString(String name) Creates or finds a LocalDnsForwardDestination from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type LocalDnsForwardDestinationModifier and TypeMethodDescriptionstatic Collection<LocalDnsForwardDestination> LocalDnsForwardDestination.values()Gets known LocalDnsForwardDestination values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LocalDnsForwardDestinationModifier and TypeMethodDescriptionLocalDnsOverride.withForwardDestination(LocalDnsForwardDestination forwardDestination) Set the forwardDestination property: Destination server for DNS queries to be forwarded from localDNS.