IDataDisk Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.DataDiskTypeConverter))]
public interface IDataDisk : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.DataDiskTypeConverter))>]
type IDataDisk = interface
interface IJsonSerializable
Public Interface IDataDisk
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Caching |
The type of caching to be enabled for the data disks. The default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. |
DiskSizeGiB |
The initial disk size in gigabytes. |
DriveLetter |
The drive letter for the empty data disk. If not specified, it will be the first available letter. |
StorageAccountType |
The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs". |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |