Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsState
Packages that use LocalDnsState
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
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.DISABLEDStatic value Disabled for LocalDnsState.static final LocalDnsStateLocalDnsState.ENABLEDStatic value Enabled for LocalDnsState.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.