Version: 
        
      
      
      
      VariableTemplateContext(int applicationId, int? releaseId, int? buildId, string pipelineStageName, System.Collections.Generic.IReadOnlyDictionary<string, string> variables) Constructor
  Syntax
  
    public VariableTemplateContext(int applicationId, Nullable<int> releaseId, Nullable<int> buildId, string pipelineStageName, IReadOnlyDictionary<string, string> variables)
  Parameters
  
    - applicationId
- Type: int
 
    - releaseId
- Type: int?
 
    - buildId
- Type: int?
 
    - pipelineStageName
- Type: string
 
    - variables
- Type: System.Collections.Generic.IReadOnlyDictionary<string, string>