GalleryDataDiskImage Constructors

Definition

Overloads

GalleryDataDiskImage()

Initializes a new instance of the GalleryDataDiskImage class.

GalleryDataDiskImage(Int32, Nullable<Int32>, Nullable<HostCaching>, GalleryArtifactVersionSource)

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>, GalleryArtifactVersionSource)

Initializes a new instance of the GalleryDataDiskImage class.

public GalleryDataDiskImage (int lun, int? sizeInGB = default, Microsoft.Azure.Management.Compute.Fluent.Models.HostCaching? hostCaching = default, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource source = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryDataDiskImage : int * Nullable<int> * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.HostCaching> * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource -> Microsoft.Azure.Management.Compute.Fluent.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 GalleryArtifactVersionSource = 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.

sizeInGB
Nullable<Int32>

This property indicates the size of the VHD to be created.

hostCaching
Nullable<HostCaching>

The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'. Possible values include: 'None', 'ReadOnly', 'ReadWrite'

Applies to