Describes the configuration manager.

Exemplo n.º 1
0
 public UpdateStackRequest WithConfigurationManager(StackConfigurationManager configurationManager)
 {
     this.configurationManager = configurationManager;
     return this;
 }
Exemplo n.º 2
0
 public Stack WithConfigurationManager(StackConfigurationManager configurationManager)
 {
     this.configurationManager = configurationManager;
     return this;
 }