IWithManagedDataDisk.WithNewDataDisk メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithNewDataDisk(Int32) |
指定したサイズでマネージド ディスクを暗黙的に作成する必要があることを指定します。 |
WithNewDataDisk(Int32, Int32, CachingTypes) |
指定した設定でマネージド ディスクを暗黙的に作成する必要があることを指定します。 |
WithNewDataDisk(Int32, Int32, CachingTypes, StorageAccountTypes) |
指定した設定でマネージド ディスクを暗黙的に作成する必要があることを指定します。 |
WithNewDataDisk(Int32)
指定したサイズでマネージド ディスクを暗黙的に作成する必要があることを指定します。
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB);
abstract member WithNewDataDisk : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer) As IWithApply
パラメーター
- sizeInGB
- Int32
マネージド ディスクのサイズ。
戻り値
適用対象
WithNewDataDisk(Int32, Int32, CachingTypes)
指定した設定でマネージド ディスクを暗黙的に作成する必要があることを指定します。
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB, int lun, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType);
abstract member WithNewDataDisk : int * int * Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer, lun As Integer, cachingType As CachingTypes) As IWithApply
パラメーター
- sizeInGB
- Int32
マネージド ディスクのサイズ。
- lun
- Int32
ディスク LUN。
- cachingType
- CachingTypes
キャッシュの種類。
戻り値
適用対象
WithNewDataDisk(Int32, Int32, CachingTypes, StorageAccountTypes)
指定した設定でマネージド ディスクを暗黙的に作成する必要があることを指定します。
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB, int lun, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType);
abstract member WithNewDataDisk : int * int * Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer, lun As Integer, cachingType As CachingTypes, storageAccountType As StorageAccountTypes) As IWithApply
パラメーター
- sizeInGB
- Int32
マネージド ディスクのサイズ。
- lun
- Int32
ディスク LUN。
- cachingType
- CachingTypes
キャッシュの種類。
- storageAccountType
- StorageAccountTypes
ストレージ アカウントの種類。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET