DataDisk 생성자

정의

오버로드

DataDisk()

DataDisk 클래스의 새 instance 초기화합니다.

DataDisk(Int32, Int32, Nullable<CachingType>, Nullable<StorageAccountType>)

DataDisk 클래스의 새 instance 초기화합니다.

DataDisk()

DataDisk 클래스의 새 instance 초기화합니다.

public DataDisk ();
Public Sub New ()

적용 대상

DataDisk(Int32, Int32, Nullable<CachingType>, Nullable<StorageAccountType>)

DataDisk 클래스의 새 instance 초기화합니다.

public DataDisk (int lun, int diskSizeGB, Microsoft.Azure.Management.Batch.Models.CachingType? caching = default, Microsoft.Azure.Management.Batch.Models.StorageAccountType? storageAccountType = default);
new Microsoft.Azure.Management.Batch.Models.DataDisk : int * int * Nullable<Microsoft.Azure.Management.Batch.Models.CachingType> * Nullable<Microsoft.Azure.Management.Batch.Models.StorageAccountType> -> Microsoft.Azure.Management.Batch.Models.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>

데이터 디스크에 사용할 캐싱 유형입니다.

storageAccountType
Nullable<StorageAccountType>

데이터 디스크에 사용할 스토리지 계정 유형입니다.

적용 대상