java.lang.Object
com.azure.core.util.ExpandableStringEnum<ArmServerKeyType>
com.azure.resourcemanager.postgresqlflexibleserver.models.ArmServerKeyType

public final class ArmServerKeyType extends com.azure.core.util.ExpandableStringEnum<ArmServerKeyType>
Data encryption type to depict if it is System assigned vs Azure Key vault.
  • Field Details

    • SYSTEM_ASSIGNED

      public static final ArmServerKeyType SYSTEM_ASSIGNED
      Static value SystemAssigned for ArmServerKeyType.
    • AZURE_KEY_VAULT

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

    • ArmServerKeyType

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

    • fromString

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

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