示例#1
0
 internal PSNameValuePair(Microsoft.Azure.Batch.NameValuePair omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 internal PSNameValuePair(Microsoft.Azure.Batch.NameValuePair omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
示例#3
0
 internal DeleteCertificateError(Models.DeleteCertificateError protocolObject)
 {
     this.Code    = protocolObject.Code;
     this.Message = protocolObject.Message;
     this.Values  = NameValuePair.ConvertFromProtocolCollectionReadOnly(protocolObject.Values);
 }