VirtualMachineScaleSetStorageProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VirtualMachineScaleSetStorageProfile() |
VirtualMachineScaleSetStorageProfile クラスの新しいインスタンスを初期化します。 |
VirtualMachineScaleSetStorageProfile(ImageReference, VirtualMachineScaleSetOSDisk, IList<VirtualMachineScaleSetDataDisk>, String) |
VirtualMachineScaleSetStorageProfile クラスの新しいインスタンスを初期化します。 |
VirtualMachineScaleSetStorageProfile()
VirtualMachineScaleSetStorageProfile クラスの新しいインスタンスを初期化します。
public VirtualMachineScaleSetStorageProfile();
Public Sub New ()
適用対象
VirtualMachineScaleSetStorageProfile(ImageReference, VirtualMachineScaleSetOSDisk, IList<VirtualMachineScaleSetDataDisk>, String)
VirtualMachineScaleSetStorageProfile クラスの新しいインスタンスを初期化します。
public VirtualMachineScaleSetStorageProfile(Microsoft.Azure.Management.Compute.Models.ImageReference imageReference = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk> dataDisks = default, string diskControllerType = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile : Microsoft.Azure.Management.Compute.Models.ImageReference * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile
Public Sub New (Optional imageReference As ImageReference = Nothing, Optional osDisk As VirtualMachineScaleSetOSDisk = Nothing, Optional dataDisks As IList(Of VirtualMachineScaleSetDataDisk) = Nothing, Optional diskControllerType As String = Nothing)
パラメーター
- imageReference
- ImageReference
使用するイメージに関する情報を指定します。 プラットフォーム イメージ、マーケットプレース イメージ、または仮想マシン イメージに関する情報を指定できます。 この要素は、プラットフォーム イメージ、マーケットプレース イメージ、または仮想マシン イメージを使用する場合に必要ですが、他の作成操作では使用されません。
- osDisk
- VirtualMachineScaleSetOSDisk
スケール セット内の仮想マシンによって使用されるオペレーティング システム ディスクに関する情報を指定します。 ディスクの詳細については、「 Azure 仮想マシンのディスクと VHD について」を参照してください。
- dataDisks
- IList<VirtualMachineScaleSetDataDisk>
スケール セット内の仮想マシンにデータ ディスクを追加するために使用するパラメーターを指定します。 ディスクの詳細については、「 Azure 仮想マシンのディスクと VHD について」を参照してください。
- diskControllerType
- String
適用対象
Azure SDK for .NET