次の方法で共有


GalleryImageVersionStorageProfile コンストラクター

定義

オーバーロード

GalleryImageVersionStorageProfile()

GalleryImageVersionStorageProfile クラスの新しいインスタンスを初期化します。

GalleryImageVersionStorageProfile(GalleryArtifactVersionSource, GalleryOSDiskImage, IList<GalleryDataDiskImage>)

GalleryImageVersionStorageProfile クラスの新しいインスタンスを初期化します。

GalleryImageVersionStorageProfile()

GalleryImageVersionStorageProfile クラスの新しいインスタンスを初期化します。

public GalleryImageVersionStorageProfile();
Public Sub New ()

適用対象

GalleryImageVersionStorageProfile(GalleryArtifactVersionSource, GalleryOSDiskImage, IList<GalleryDataDiskImage>)

GalleryImageVersionStorageProfile クラスの新しいインスタンスを初期化します。

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

パラメーター

osDiskImage
GalleryOSDiskImage
dataDiskImages
IList<GalleryDataDiskImage>

データ ディスク イメージの一覧。

適用対象