ImageStorageProfile コンストラクター

定義

オーバーロード

ImageStorageProfile()

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

ImageStorageProfile(ImageOSDisk, IList<ImageDataDisk>, Nullable<Boolean>)

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

ImageStorageProfile()

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

public ImageStorageProfile ();
Public Sub New ()

適用対象

ImageStorageProfile(ImageOSDisk, IList<ImageDataDisk>, Nullable<Boolean>)

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

public ImageStorageProfile (Microsoft.Azure.Management.Compute.Models.ImageOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ImageDataDisk> dataDisks = default, bool? zoneResilient = default);
new Microsoft.Azure.Management.Compute.Models.ImageStorageProfile : Microsoft.Azure.Management.Compute.Models.ImageOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ImageDataDisk> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.ImageStorageProfile
Public Sub New (Optional osDisk As ImageOSDisk = Nothing, Optional dataDisks As IList(Of ImageDataDisk) = Nothing, Optional zoneResilient As Nullable(Of Boolean) = Nothing)

パラメーター

osDisk
ImageOSDisk

仮想マシンで使用されるオペレーティング システム ディスクに関する情報を指定します。 <br br><> ディスクの詳細については、「Azure 仮想マシンのディスクと VHD について」を参照してください。

dataDisks
IList<ImageDataDisk>

仮想マシンにデータ ディスクを追加するために使用されるパラメーターを指定します。 <br br><> ディスクの詳細については、「Azure 仮想マシンのディスクと VHD について」を参照してください。

zoneResilient
Nullable<Boolean>

イメージがゾーン回復性があるかどうかを指定します。 既定値は false です。 ゾーン回復性のあるイメージは、ゾーン冗長ストレージ (ZRS) を提供するリージョンでのみ作成できます。

適用対象