SharedGalleryImageVersionStorageProfile 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
SharedGalleryImageVersionStorageProfile() |
Initializes a new instance of the SharedGalleryImageVersionStorageProfile class. |
SharedGalleryImageVersionStorageProfile(SharedGalleryOSDiskImage, IList<SharedGalleryDataDiskImage>) |
Initializes a new instance of the SharedGalleryImageVersionStorageProfile class. |
SharedGalleryImageVersionStorageProfile()
Initializes a new instance of the SharedGalleryImageVersionStorageProfile class.
public SharedGalleryImageVersionStorageProfile ();
Public Sub New ()
Applies to
SharedGalleryImageVersionStorageProfile(SharedGalleryOSDiskImage, IList<SharedGalleryDataDiskImage>)
Initializes a new instance of the SharedGalleryImageVersionStorageProfile class.
public SharedGalleryImageVersionStorageProfile (Microsoft.Azure.Management.Compute.Models.SharedGalleryOSDiskImage osDiskImage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharedGalleryDataDiskImage> dataDiskImages = default);
new Microsoft.Azure.Management.Compute.Models.SharedGalleryImageVersionStorageProfile : Microsoft.Azure.Management.Compute.Models.SharedGalleryOSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharedGalleryDataDiskImage> -> Microsoft.Azure.Management.Compute.Models.SharedGalleryImageVersionStorageProfile
Public Sub New (Optional osDiskImage As SharedGalleryOSDiskImage = Nothing, Optional dataDiskImages As IList(Of SharedGalleryDataDiskImage) = Nothing)
Parameters
- osDiskImage
- SharedGalleryOSDiskImage
- dataDiskImages
- IList<SharedGalleryDataDiskImage>
A list of data disk images.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET