示例#1
0
 /// <summary>
 /// Initializes a new instance of the UpdateVaultStorageTypeRequest
 /// class with required arguments.
 /// </summary>
 public UpdateVaultStorageTypeRequest(StorageTypeProperties storageTypeProperties)
     : this()
 {
     if (storageTypeProperties == null)
     {
         throw new ArgumentNullException("storageTypeProperties");
     }
     this.StorageTypeProperties = storageTypeProperties;
 }
 /// <summary>
 /// Initializes a new instance of the UpdateVaultStorageTypeRequest
 /// class with required arguments.
 /// </summary>
 public UpdateVaultStorageTypeRequest(StorageTypeProperties storageTypeProperties)
     : this()
 {
     if (storageTypeProperties == null)
     {
         throw new ArgumentNullException("storageTypeProperties");
     }
     this.StorageTypeProperties = storageTypeProperties;
 }