다음을 통해 공유


SharedGalleryImageVersionStorageProfile Constructors

Definition

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

dataDiskImages
IList<SharedGalleryDataDiskImage>

A list of data disk images.

Applies to