Ejemplo n.º 1
0
 internal PSPoolEndpointConfiguration(Microsoft.Azure.Batch.PoolEndpointConfiguration omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
Ejemplo n.º 2
0
 public PSPoolEndpointConfiguration(System.Collections.Generic.IReadOnlyList <Microsoft.Azure.Batch.InboundNatPool> inboundNatPools)
 {
     this.omObject = new Microsoft.Azure.Batch.PoolEndpointConfiguration(inboundNatPools);
 }