GalleryDiskImage Constructors

Definition

Overloads

GalleryDiskImage()

Initializes a new instance of the GalleryDiskImage class.

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

Initializes a new instance of the GalleryDiskImage class.

GalleryDiskImage()

Initializes a new instance of the GalleryDiskImage class.

public GalleryDiskImage ();
Public Sub New ()

Applies to

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

Initializes a new instance of the GalleryDiskImage class.

public GalleryDiskImage (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.GalleryDiskImage : Nullable<int> * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.HostCaching> * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryDiskImage
Public Sub New (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional hostCaching As Nullable(Of HostCaching) = Nothing, Optional source As GalleryArtifactVersionSource = Nothing)

Parameters

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