Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the
 /// ServerFarmCreateOrUpdateParameters class with required arguments.
 /// </summary>
 public ServerFarmCreateOrUpdateParameters(ServerFarm serverFarm)
     : this()
 {
     if (serverFarm == null)
     {
         throw new ArgumentNullException("serverFarm");
     }
     this.ServerFarm = serverFarm;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// ServerFarmCreateOrUpdateParameters class with required arguments.
 /// </summary>
 public ServerFarmCreateOrUpdateParameters(ServerFarm serverFarm)
     : this()
 {
     if (serverFarm == null)
     {
         throw new ArgumentNullException("serverFarm");
     }
     this.ServerFarm = serverFarm;
 }