SharedGalleryOSDiskImage 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
SharedGalleryOSDiskImage() |
Initializes a new instance of the SharedGalleryOSDiskImage class. |
SharedGalleryOSDiskImage(Nullable<Int32>, String) |
Initializes a new instance of the SharedGalleryOSDiskImage class. |
SharedGalleryOSDiskImage()
Initializes a new instance of the SharedGalleryOSDiskImage class.
public SharedGalleryOSDiskImage ();
Public Sub New ()
Applies to
SharedGalleryOSDiskImage(Nullable<Int32>, String)
Initializes a new instance of the SharedGalleryOSDiskImage class.
public SharedGalleryOSDiskImage (int? diskSizeGB = default, string hostCaching = default);
new Microsoft.Azure.Management.Compute.Models.SharedGalleryOSDiskImage : Nullable<int> * string -> Microsoft.Azure.Management.Compute.Models.SharedGalleryOSDiskImage
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