你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

初始磁盘大小(以 GB 为单位)。

caching
Nullable<CachingType>

要为 OS 磁盘启用的缓存类型。

storageAccountType
Nullable<StorageAccountType>

要用于数据磁盘的存储帐户类型。

适用于