Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TaskSpecContainerSpecConfigs" /> class.
 /// </summary>
 /// <param name="file">file.</param>
 /// <param name="configID">ConfigID represents the ID of the specific config that we&#39;re referencing..</param>
 /// <param name="configName">ConfigName is the name of the config that this references, but this is just provided for lookup/display purposes. The config in the reference will be identified by its ID. .</param>
 public TaskSpecContainerSpecConfigs(TaskSpecContainerSpecFile file = default(TaskSpecContainerSpecFile), string configID = default(string), string configName = default(string))
 {
     this.File       = file;
     this.ConfigID   = configID;
     this.ConfigName = configName;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TaskSpecContainerSpecSecrets" /> class.
 /// </summary>
 /// <param name="file">file.</param>
 /// <param name="secretID">SecretID represents the ID of the specific secret that we&#39;re referencing..</param>
 /// <param name="secretName">SecretName is the name of the secret that this references, but this is just provided for lookup/display purposes. The secret in the reference will be identified by its ID. .</param>
 public TaskSpecContainerSpecSecrets(TaskSpecContainerSpecFile file = default(TaskSpecContainerSpecFile), string secretID = default(string), string secretName = default(string))
 {
     this.File       = file;
     this.SecretID   = secretID;
     this.SecretName = secretName;
 }