Class VariableGroupLibrary

java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.distributedtask.types.VariableGroupLibrary

public class VariableGroupLibrary extends SerializableEntity
  • Field Details

    • description

      public String description
      Sets description of the variable group.
    • name

      public String name
      Sets name of the variable group.
    • providerData

      public Object providerData
      Sets provider data.
    • type

      public String type
      Sets type of the variable group.
    • variableGroupProjectReferences

      public List<VariableGroupProjectReference> variableGroupProjectReferences
      A variable group reference is a shallow reference to variable group.
    • variables

      Sets variables contained in the variable group.
  • Constructor Details

    • VariableGroupLibrary

      public VariableGroupLibrary()