Class SecretStoreType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SecretStoreType>
com.azure.resourcemanager.dataprotection.models.SecretStoreType

public final class SecretStoreType extends com.azure.core.util.ExpandableStringEnum<SecretStoreType>
Gets or sets the type of secret store.
  • Field Details

    • INVALID

      public static final SecretStoreType INVALID
      Static value Invalid for SecretStoreType.
    • AZURE_KEY_VAULT

      public static final SecretStoreType AZURE_KEY_VAULT
      Static value AzureKeyVault for SecretStoreType.
  • Constructor Details

    • SecretStoreType

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

    • fromString

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

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