GalleryDiskImage 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
GalleryDiskImage() |
Initializes a new instance of the GalleryDiskImage class. |
GalleryDiskImage(Nullable<Int32>, Nullable<HostCaching>, GalleryDiskImageSource) |
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>, GalleryDiskImageSource)
Initializes a new instance of the GalleryDiskImage class.
public GalleryDiskImage (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.GalleryDiskImage : Nullable<int> * Nullable<Microsoft.Azure.Management.Compute.Models.HostCaching> * Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource -> Microsoft.Azure.Management.Compute.Models.GalleryDiskImage
Public Sub New (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional hostCaching As Nullable(Of HostCaching) = Nothing, Optional source As GalleryDiskImageSource = 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
- GalleryDiskImageSource
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET