Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsQueryLogging
Packages that use LocalDnsQueryLogging
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LocalDnsQueryLogging in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type LocalDnsQueryLogging in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classLog level for DNS queries in localDNS.Fields in com.azure.resourcemanager.containerservice.models declared as LocalDnsQueryLoggingModifier and TypeFieldDescriptionstatic final LocalDnsQueryLoggingLocalDnsQueryLogging.ERRORStatic value Error for LocalDnsQueryLogging.static final LocalDnsQueryLoggingLocalDnsQueryLogging.LOGStatic value Log for LocalDnsQueryLogging.Methods in com.azure.resourcemanager.containerservice.models that return LocalDnsQueryLoggingModifier and TypeMethodDescriptionstatic LocalDnsQueryLoggingLocalDnsQueryLogging.fromString(String name) Creates or finds a LocalDnsQueryLogging from its string representation.LocalDnsOverride.queryLogging()Get the queryLogging property: Log level for DNS queries in localDNS.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type LocalDnsQueryLoggingModifier and TypeMethodDescriptionstatic Collection<LocalDnsQueryLogging> LocalDnsQueryLogging.values()Gets known LocalDnsQueryLogging values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LocalDnsQueryLoggingModifier and TypeMethodDescriptionLocalDnsOverride.withQueryLogging(LocalDnsQueryLogging queryLogging) Set the queryLogging property: Log level for DNS queries in localDNS.