次の方法で共有


VirtualMachineScaleSetStorageProfile コンストラクター

定義

オーバーロード

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

適用対象