Package org.azd.distributedtask.types
Class VariableGroupLibrary
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.distributedtask.types.VariableGroupLibrary
-
Field Summary
Modifier and TypeFieldDescriptionSets description of the variable group.Sets name of the variable group.Sets provider data.Sets type of the variable group.A variable group reference is a shallow reference to variable group.Sets variables contained in the variable group. -
Constructor Summary
-
Method Summary
Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Field Details
-
description
Sets description of the variable group. -
name
Sets name of the variable group. -
providerData
Sets provider data. -
type
Sets type of the variable group. -
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()
-