VariableGroupParameters interface
description | Sets description of the variable group. |
name | Sets name of the variable group. |
provider |
Sets provider data. |
type | Sets type of the variable group. |
variable |
|
variables | Sets variables contained in the variable group. |
Sets description of the variable group.
description: string
Property Value
string
Sets name of the variable group.
name: string
Property Value
string
Sets provider data.
providerData: VariableGroupProviderData
Property Value
Sets type of the variable group.
type: string
Property Value
string
variableGroupProjectReferences: VariableGroupProjectReference[]
Property Value
Sets variables contained in the variable group.
variables: {[key: string]: VariableValue}
Property Value
{[key: string]: VariableValue}