Package org.azd.enums

Enum Class VariableGroupType

java.lang.Object
java.lang.Enum<VariableGroupType>
org.azd.enums.VariableGroupType
All Implemented Interfaces:
Serializable, Comparable<VariableGroupType>, Constable

public enum VariableGroupType extends Enum<VariableGroupType>
  • Enum Constant Details

    • Vsts

      public static final VariableGroupType Vsts
      For creating variable group of type Vsts. This is for linking the variable groups in CI/CD pipelines.
    • AzureKeyVault

      public static final VariableGroupType AzureKeyVault
      For linking azure key vault
  • Method Details

    • values

      public static VariableGroupType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static VariableGroupType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null