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 Details

    • BINARY

      public static final RegistryAdapterType BINARY
      Static value Binary for RegistryAdapterType.
    • STRING

      public static final RegistryAdapterType STRING
      Static value String for RegistryAdapterType.
    • EXPAND_STRING

      public static final RegistryAdapterType EXPAND_STRING
      Static value Expand_String for RegistryAdapterType.
    • MULTI_STRING

      public static final RegistryAdapterType MULTI_STRING
      Static value Multi_String for RegistryAdapterType.
    • DWORD

      public static final RegistryAdapterType DWORD
      Static value DWord for RegistryAdapterType.
    • QWORD

      public static final RegistryAdapterType QWORD
      Static value QWord for RegistryAdapterType.
  • Constructor Details

    • RegistryAdapterType

      @Deprecated public RegistryAdapterType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RegistryAdapterType value.
  • Method Details

    • fromString

      public static RegistryAdapterType fromString(String name)
      Creates or finds a RegistryAdapterType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RegistryAdapterType.
    • values

      public static Collection<RegistryAdapterType> values()
      Gets known RegistryAdapterType values.
      Returns:
      known RegistryAdapterType values.