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