Class SecretStoreType


  • public final class SecretStoreType
    extends com.azure.core.util.ExpandableStringEnum<SecretStoreType>
    Defines values for SecretStoreType.
    • Field Detail

      • 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 Detail

      • SecretStoreType

        public SecretStoreType()
    • Method Detail

      • 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.