internal PSCertificateReference(Microsoft.Azure.Batch.ICertificateReference omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 internal PSCertificateReference(Microsoft.Azure.Batch.ICertificateReference omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 public PSCertificateReference()
 {
     this.omObject = new Microsoft.Azure.Batch.CertificateReference();
 }
 public PSCertificateReference()
 {
     this.omObject = new Microsoft.Azure.Batch.CertificateReference();
 }