public class DataDisks extends Object
Constructor and Description |
---|
DataDisks() |
Modifier and Type | Method and Description |
---|---|
CachingType |
cachingType()
Get caching type for the disks.
|
int |
diskCount()
Get number of data disks attached to the File Server.
|
int |
diskSizeInGB()
Get disk size in GB for the blank data disks.
|
StorageAccountType |
storageAccountType()
Get type of storage account to be used on the disk.
|
DataDisks |
withCachingType(CachingType cachingType)
Set caching type for the disks.
|
DataDisks |
withDiskCount(int diskCount)
Set number of data disks attached to the File Server.
|
DataDisks |
withDiskSizeInGB(int diskSizeInGB)
Set disk size in GB for the blank data disks.
|
DataDisks |
withStorageAccountType(StorageAccountType storageAccountType)
Set type of storage account to be used on the disk.
|
public int diskSizeInGB()
public DataDisks withDiskSizeInGB(int diskSizeInGB)
diskSizeInGB
- the diskSizeInGB value to setpublic CachingType cachingType()
public DataDisks withCachingType(CachingType cachingType)
cachingType
- the cachingType value to setpublic int diskCount()
public DataDisks withDiskCount(int diskCount)
diskCount
- the diskCount value to setpublic StorageAccountType storageAccountType()
public DataDisks withStorageAccountType(StorageAccountType storageAccountType)
storageAccountType
- the storageAccountType value to setCopyright © 2019. All rights reserved.