interface VariableGroupParameters {
    description?: string;
    name?: string;
    providerData?: VariableGroupProviderData;
    type?: string;
    variableGroupProjectReferences?: VariableGroupProjectReference[];
    variables?: { [key: string]: VariableValue };
}

Properties

description?: string

Sets description of the variable group.

name?: string

Sets name of the variable group.

Sets provider data.

type?: string

Sets type of the variable group.

variableGroupProjectReferences?: VariableGroupProjectReference[]
variables?: { [key: string]: VariableValue }

Sets variables contained in the variable group.