PSDataDisk Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- caching
- Nullable<CachingType>
- storageAccountType
- Nullable<StorageAccountType>