DataDisk Class
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.
Settings which will be used by the data disks associated to compute nodes in the pool.
public class DataDisk
type DataDisk = class
Public Class DataDisk
- Inheritance
-
DataDisk
Constructors
DataDisk(Int32, Int32, Nullable<CachingType>, Nullable<StorageAccountType>) |
Initializes a new instance of the DataDisk class. |
Properties
Caching |
Gets the type of caching to enable for the OS disk. |
DiskSizeGB |
Gets the initial disk size in gigabytes. |
Lun |
Gets the logical unit number. |
StorageAccountType |
Gets the storage account type to be used for the data disk. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET