internal PSDiskEncryptionConfiguration(Microsoft.Azure.Batch.DiskEncryptionConfiguration omObject) { if ((omObject == null)) { throw new System.ArgumentNullException("omObject"); } this.omObject = omObject; }
public PSDiskEncryptionConfiguration(System.Collections.Generic.IList <Microsoft.Azure.Batch.Common.DiskEncryptionTarget> targets) { this.omObject = new Microsoft.Azure.Batch.DiskEncryptionConfiguration(targets); }