GalleryDataDiskImage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GalleryDataDiskImage() |
Initializes a new instance of the GalleryDataDiskImage class. |
GalleryDataDiskImage(Int32, Nullable<Int32>, Nullable<HostCaching>, GalleryDiskImageSource) |
Initializes a new instance of the GalleryDataDiskImage class. |
GalleryDataDiskImage()
Initializes a new instance of the GalleryDataDiskImage class.
public GalleryDataDiskImage ();
Public Sub New ()
Applies to
GalleryDataDiskImage(Int32, Nullable<Int32>, Nullable<HostCaching>, GalleryDiskImageSource)
Initializes a new instance of the GalleryDataDiskImage class.
public GalleryDataDiskImage (int lun, int? sizeInGB = default, Microsoft.Azure.Management.Compute.Models.HostCaching? hostCaching = default, Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource source = default);
new Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage : int * Nullable<int> * Nullable<Microsoft.Azure.Management.Compute.Models.HostCaching> * Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource -> Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage
Public Sub New (lun As Integer, Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional hostCaching As Nullable(Of HostCaching) = Nothing, Optional source As GalleryDiskImageSource = Nothing)
Parameters
- lun
- Int32
This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
- hostCaching
- Nullable<HostCaching>
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'. Possible values include: 'None', 'ReadOnly', 'ReadWrite'
- source
- GalleryDiskImageSource
Applies to
Azure SDK for .NET