Partilhar via


IDataDisk Interface

Definition

[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)

Applies to