VirtualMachineScaleSetUpdateStorageProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VirtualMachineScaleSetUpdateStorageProfile() |
VirtualMachineScaleSetUpdateStorageProfile クラスの新しいインスタンスを初期化します。 |
VirtualMachineScaleSetUpdateStorageProfile(ImageReference, VirtualMachineScaleSetUpdateOSDisk, IList<VirtualMachineScaleSetDataDisk>, String) |
VirtualMachineScaleSetUpdateStorageProfile クラスの新しいインスタンスを初期化します。 |
VirtualMachineScaleSetUpdateStorageProfile()
VirtualMachineScaleSetUpdateStorageProfile クラスの新しいインスタンスを初期化します。
public VirtualMachineScaleSetUpdateStorageProfile ();
Public Sub New ()
適用対象
VirtualMachineScaleSetUpdateStorageProfile(ImageReference, VirtualMachineScaleSetUpdateOSDisk, IList<VirtualMachineScaleSetDataDisk>, String)
VirtualMachineScaleSetUpdateStorageProfile クラスの新しいインスタンスを初期化します。
public VirtualMachineScaleSetUpdateStorageProfile (Microsoft.Azure.Management.Compute.Models.ImageReference imageReference = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk> dataDisks = default, string diskControllerType = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateStorageProfile : Microsoft.Azure.Management.Compute.Models.ImageReference * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateStorageProfile
Public Sub New (Optional imageReference As ImageReference = Nothing, Optional osDisk As VirtualMachineScaleSetUpdateOSDisk = Nothing, Optional dataDisks As IList(Of VirtualMachineScaleSetDataDisk) = Nothing, Optional diskControllerType As String = Nothing)
パラメーター
- imageReference
- ImageReference
イメージ参照。
OS ディスク。
- dataDisks
- IList<VirtualMachineScaleSetDataDisk>
データ ディスク。
- diskControllerType
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET