Class RegistryAdapterType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RegistryAdapterType>
com.azure.resourcemanager.appservice.models.RegistryAdapterType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RegistryAdapterType
extends com.azure.core.util.ExpandableStringEnum<RegistryAdapterType>
Type of the registry adapter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryAdapterTypeStatic value Binary for RegistryAdapterType.static final RegistryAdapterTypeStatic value DWord for RegistryAdapterType.static final RegistryAdapterTypeStatic value Expand_String for RegistryAdapterType.static final RegistryAdapterTypeStatic value Multi_String for RegistryAdapterType.static final RegistryAdapterTypeStatic value QWord for RegistryAdapterType.static final RegistryAdapterTypeStatic value String for RegistryAdapterType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegistryAdapterTypefromString(String name) Creates or finds a RegistryAdapterType from its string representation.static Collection<RegistryAdapterType> values()Gets known RegistryAdapterType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BINARY
Static value Binary for RegistryAdapterType. -
STRING
Static value String for RegistryAdapterType. -
EXPAND_STRING
Static value Expand_String for RegistryAdapterType. -
MULTI_STRING
Static value Multi_String for RegistryAdapterType. -
DWORD
Static value DWord for RegistryAdapterType. -
QWORD
Static value QWord for RegistryAdapterType.
-
-
Constructor Details
-
RegistryAdapterType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RegistryAdapterType value.
-
-
Method Details
-
fromString
Creates or finds a RegistryAdapterType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RegistryAdapterType.
-
values
Gets known RegistryAdapterType values.- Returns:
- known RegistryAdapterType values.
-
fromString(String)factory method.