DataDisk コンストラクター

定義

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

public DataDisk (int lun, int diskSizeGB, Microsoft.Azure.Batch.Common.CachingType? caching = default, Microsoft.Azure.Batch.Common.StorageAccountType? storageAccountType = default);
new Microsoft.Azure.Batch.DataDisk : int * int * Nullable<Microsoft.Azure.Batch.Common.CachingType> * Nullable<Microsoft.Azure.Batch.Common.StorageAccountType> -> Microsoft.Azure.Batch.DataDisk
Public Sub New (lun As Integer, diskSizeGB As Integer, Optional caching As Nullable(Of CachingType) = Nothing, Optional storageAccountType As Nullable(Of StorageAccountType) = Nothing)

パラメーター

lun
Int32

論理ユニット番号。

diskSizeGB
Int32

初期ディスク サイズ (ギガバイト単位)。

caching
Nullable<CachingType>

OS ディスクで有効にするキャッシュの種類。

storageAccountType
Nullable<StorageAccountType>

データ ディスクに使用するストレージ アカウントの種類。

適用対象