Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsState
Packages that use LocalDnsState
Package
Description
Package containing the data models for ContainerService.
-
Uses of LocalDnsState in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type LocalDnsState in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as LocalDnsStateModifier and TypeFieldDescriptionstatic final LocalDnsStateLocalDnsState.DISABLEDlocalDNS is disabled.static final LocalDnsStateLocalDnsState.ENABLEDlocalDNS is enabled.Methods in com.azure.resourcemanager.containerservice.models that return LocalDnsStateModifier and TypeMethodDescriptionstatic LocalDnsStateLocalDnsState.fromString(String name) Creates or finds a LocalDnsState from its string representation.LocalDnsProfile.state()Get the state property: System-generated state of localDNS.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type LocalDnsStateModifier and TypeMethodDescriptionstatic Collection<LocalDnsState> LocalDnsState.values()Gets known LocalDnsState values.