Class KeyVaultObjectType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyVaultObjectType>
com.azure.resourcemanager.hdinsight.containers.models.KeyVaultObjectType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class KeyVaultObjectType extends com.azure.core.util.ExpandableStringEnum<KeyVaultObjectType>
Type of key vault object: secret, key or certificate.
  • Field Details

    • KEY

      public static final KeyVaultObjectType KEY
      Static value Key for KeyVaultObjectType.
    • SECRET

      public static final KeyVaultObjectType SECRET
      Static value Secret for KeyVaultObjectType.
    • CERTIFICATE

      public static final KeyVaultObjectType CERTIFICATE
      Static value Certificate for KeyVaultObjectType.
  • Constructor Details

    • KeyVaultObjectType

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

    • fromString

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

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