VariableGroupParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.DistributedTask.WebApi.VariableGroupParametersJsonConverter))]
[System.Runtime.Serialization.DataContract]
public class VariableGroupParameters
type VariableGroupParameters = class
Public Class VariableGroupParameters
- Inheritance
-
VariableGroupParameters
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute
Constructors
| VariableGroupParameters() |
Properties
| 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. |
| Variables | |
Extension Methods
| PopulateVariablesAndProviderData(VariableGroupParameters, String, String) |