internal PSTaskSchedulingPolicy(Microsoft.Azure.Batch.TaskSchedulingPolicy omObject) { if ((omObject == null)) { throw new System.ArgumentNullException("omObject"); } this.omObject = omObject; }
public PSTaskSchedulingPolicy(Microsoft.Azure.Batch.Common.ComputeNodeFillType computeNodeFillType) { this.omObject = new Microsoft.Azure.Batch.TaskSchedulingPolicy(computeNodeFillType); }