Freigeben über


SharedGalleryImageVersionStorageProfile Konstruktoren

Definition

Überlädt

SharedGalleryImageVersionStorageProfile()

Initialisiert eine neue instance der SharedGalleryImageVersionStorageProfile-Klasse.

SharedGalleryImageVersionStorageProfile(SharedGalleryOSDiskImage, IList<SharedGalleryDataDiskImage>)

Initialisiert eine neue instance der SharedGalleryImageVersionStorageProfile-Klasse.

SharedGalleryImageVersionStorageProfile()

Initialisiert eine neue instance der SharedGalleryImageVersionStorageProfile-Klasse.

public SharedGalleryImageVersionStorageProfile ();
Public Sub New ()

Gilt für:

SharedGalleryImageVersionStorageProfile(SharedGalleryOSDiskImage, IList<SharedGalleryDataDiskImage>)

Initialisiert eine neue instance der SharedGalleryImageVersionStorageProfile-Klasse.

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)

Parameter

dataDiskImages
IList<SharedGalleryDataDiskImage>

Eine Liste von Datenträgerimages.

Gilt für: