GalleryOSDiskImage Constructors

Definition

Overloads

GalleryOSDiskImage()

Initializes a new instance of the GalleryOSDiskImage class.

GalleryOSDiskImage(Nullable<Int32>, Nullable<HostCaching>, GalleryDiskImageSource)

Initializes a new instance of the GalleryOSDiskImage class.

GalleryOSDiskImage()

Initializes a new instance of the GalleryOSDiskImage class.

public GalleryOSDiskImage ();
Public Sub New ()

Applies to

GalleryOSDiskImage(Nullable<Int32>, Nullable<HostCaching>, GalleryDiskImageSource)

Initializes a new instance of the GalleryOSDiskImage class.

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