Compartilhar via


GalleryImageVersionStorageProfile Construtores

Definição

Sobrecargas

GalleryImageVersionStorageProfile()

Inicializa uma nova instância da classe GalleryImageVersionStorageProfile.

GalleryImageVersionStorageProfile(GalleryArtifactVersionFullSource, GalleryOSDiskImage, IList<GalleryDataDiskImage>)

Inicializa uma nova instância da classe GalleryImageVersionStorageProfile.

GalleryImageVersionStorageProfile()

Inicializa uma nova instância da classe GalleryImageVersionStorageProfile.

public GalleryImageVersionStorageProfile ();
Public Sub New ()

Aplica-se a

GalleryImageVersionStorageProfile(GalleryArtifactVersionFullSource, GalleryOSDiskImage, IList<GalleryDataDiskImage>)

Inicializa uma nova instância da classe GalleryImageVersionStorageProfile.

public GalleryImageVersionStorageProfile (Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource source = default, Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage osDiskImage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage> dataDiskImages = default);
new Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile : Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource * Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage> -> Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile
Public Sub New (Optional source As GalleryArtifactVersionFullSource = Nothing, Optional osDiskImage As GalleryOSDiskImage = Nothing, Optional dataDiskImages As IList(Of GalleryDataDiskImage) = Nothing)

Parâmetros

osDiskImage
GalleryOSDiskImage
dataDiskImages
IList<GalleryDataDiskImage>

Uma lista de imagens de disco de dados.

Aplica-se a