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

PSDataDisk Constructor

Definition

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

Parameters

lun
Int32
diskSizeGB
Int32
storageAccountType
Nullable<StorageAccountType>

Applies to