Class DirectoryServiceOptions

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DirectoryServiceOptions>
com.azure.resourcemanager.storage.models.DirectoryServiceOptions

public final class DirectoryServiceOptions extends com.azure.core.util.ExpandableStringEnum<DirectoryServiceOptions>
Indicates the directory service used. Note that this enum may be extended in the future.
  • Field Details

  • Constructor Details

    • DirectoryServiceOptions

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

    • fromString

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

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