コード例 #1
0
 /// <summary>
 /// Sets details about the size of the image.
 /// </summary>
 /// <param name="volume">Details about the size of the image.</param>
 /// <returns>this instance</returns>
 public DiskImageType WithVolume(DiskImageVolumeType volume)
 {
     this.volumeField = volume;
     return(this);
 }
コード例 #2
0
 /// <summary>
 /// Sets the Volume property
 /// </summary>
 /// <param name="volume">Details about the volume.</param>
 /// <returns>this instance</returns>
 public ImportVolumeRequest WithVolume(DiskImageVolumeType volume)
 {
     this.volumeField = volume;
     return(this);
 }
コード例 #3
0
 /// <summary>
 /// Sets the Volume property
 /// </summary>
 /// <param name="volume">Details about the size of the image.</param>
 /// <returns>this instance</returns>
 public DiskImageType WithVolume(DiskImageVolumeType volume)
 {
     this.volumeField = volume;
     return this;
 }
コード例 #4
0
 /// <summary>
 /// Sets the Volume property
 /// </summary>
 /// <param name="volume">Details about the volume.</param>
 /// <returns>this instance</returns>
 public ImportVolumeRequest WithVolume(DiskImageVolumeType volume)
 {
     this.volumeField = volume;
     return this;
 }