Beispiel #1
0
 internal PSAffinityInformation(Microsoft.Azure.Batch.AffinityInformation omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
Beispiel #2
0
 public PSAffinityInformation(string affinityId)
 {
     this.omObject = new Microsoft.Azure.Batch.AffinityInformation(affinityId);
 }