SharedGalleryDiskImage 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
SharedGalleryDiskImage() |
Initializes a new instance of the SharedGalleryDiskImage class. |
SharedGalleryDiskImage(Nullable<Int32>, String) |
Initializes a new instance of the SharedGalleryDiskImage class. |
SharedGalleryDiskImage()
Initializes a new instance of the SharedGalleryDiskImage class.
public SharedGalleryDiskImage ();
Public Sub New ()
Applies to
SharedGalleryDiskImage(Nullable<Int32>, String)
Initializes a new instance of the SharedGalleryDiskImage class.
public SharedGalleryDiskImage (int? diskSizeGB = default, string hostCaching = default);
new Microsoft.Azure.Management.Compute.Models.SharedGalleryDiskImage : Nullable<int> * string -> Microsoft.Azure.Management.Compute.Models.SharedGalleryDiskImage
Public Sub New (Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional hostCaching As String = Nothing)
Parameters
- hostCaching
- String
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'. Possible values include: 'None', 'ReadOnly', 'ReadWrite'
Applies to
Azure SDK for .NET