Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsProtocol
Packages that use LocalDnsProtocol
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LocalDnsProtocol in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type LocalDnsProtocol in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classEnforce TCP or prefer UDP protocol for connections from localDNS to upstream DNS server.Fields in com.azure.resourcemanager.containerservice.models declared as LocalDnsProtocolModifier and TypeFieldDescriptionstatic final LocalDnsProtocolLocalDnsProtocol.FORCE_TCPStatic value ForceTCP for LocalDnsProtocol.static final LocalDnsProtocolLocalDnsProtocol.PREFER_UDPStatic value PreferUDP for LocalDnsProtocol.Methods in com.azure.resourcemanager.containerservice.models that return LocalDnsProtocolModifier and TypeMethodDescriptionstatic LocalDnsProtocolLocalDnsProtocol.fromString(String name) Creates or finds a LocalDnsProtocol from its string representation.LocalDnsOverride.protocol()Get the protocol property: Enforce TCP or prefer UDP protocol for connections from localDNS to upstream DNS server.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type LocalDnsProtocolModifier and TypeMethodDescriptionstatic Collection<LocalDnsProtocol> LocalDnsProtocol.values()Gets known LocalDnsProtocol values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LocalDnsProtocolModifier and TypeMethodDescriptionLocalDnsOverride.withProtocol(LocalDnsProtocol protocol) Set the protocol property: Enforce TCP or prefer UDP protocol for connections from localDNS to upstream DNS server.