Class LocalDnsState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LocalDnsState>
com.azure.resourcemanager.containerservice.models.LocalDnsState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
System-generated state of localDNS.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocalDnsStateStatic value Disabled for LocalDnsState.static final LocalDnsStateStatic value Enabled for LocalDnsState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDnsStatefromString(String name) Creates or finds a LocalDnsState from its string representation.static Collection<LocalDnsState> values()Gets known LocalDnsState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for LocalDnsState. -
DISABLED
Static value Disabled for LocalDnsState.
-
-
Constructor Details
-
LocalDnsState
Deprecated.Use thefromString(String)factory method.Creates a new instance of LocalDnsState value.
-
-
Method Details
-
fromString
Creates or finds a LocalDnsState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LocalDnsState.
-
values
Gets known LocalDnsState values.- Returns:
- known LocalDnsState values.
-
fromString(String)factory method.