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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET