Class ActiveDirectoryPropertiesAccountType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ActiveDirectoryPropertiesAccountType>
com.azure.resourcemanager.storage.models.ActiveDirectoryPropertiesAccountType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ActiveDirectoryPropertiesAccountType extends com.azure.core.util.ExpandableStringEnum<ActiveDirectoryPropertiesAccountType>
Specifies the Active Directory account type for Azure Storage. If directoryServiceOptions is set to AD (AD DS authentication), this property is optional. If provided, samAccountName should also be provided. For directoryServiceOptions AADDS (Entra DS authentication) or AADKERB (Entra authentication), this property can be omitted.
  • Field Details

  • Constructor Details

    • ActiveDirectoryPropertiesAccountType

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

    • fromString

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

      Gets known ActiveDirectoryPropertiesAccountType values.
      Returns:
      known ActiveDirectoryPropertiesAccountType values.