Bearbeiten

Freigeben über


VariableGroupUtility Class

Definition

Utility class to perform operations on Variable groups.

public static class VariableGroupUtility
type VariableGroupUtility = class
Public Module VariableGroupUtility
Inheritance
VariableGroupUtility

Methods

ClearSecrets(IDictionary<String,VariableValue>)

Replace all secrets in variables with null

ClearSecrets(IList<VariableGroup>)

Replace secret values in group variables with null

Clone(VariableValue)
CloneVariableGroups(IList<VariableGroup>)

Get list of cloned variable groups

FillSecrets(IList<VariableGroup>, IList<VariableGroup>)

Copies secrets from source variable groups to target variable groups

HasSecret(IDictionary<String,VariableValue>)

Check if variable set contains any secret variable

HasSecret(IList<VariableGroup>)

Check if any secret variable exists in variable group

HasSecretWithValue(IDictionary<String,VariableValue>)

Check if Variables has any secret value

HasSecretWithValue(IList<VariableGroup>)

Check if any variable group has variable with secret value

PopulateVariablesAndProviderData(VariableGroup, String, String)
PopulateVariablesAndProviderData(VariableGroupParameters, String, String)

Applies to