DataDisk.Caching Property

Definition

Gets the type of caching to enable for the OS disk.

public Microsoft.Azure.Batch.Common.CachingType? Caching { get; }
member this.Caching : Nullable<Microsoft.Azure.Batch.Common.CachingType>
Public ReadOnly Property Caching As Nullable(Of CachingType)

Property Value

Remarks

If omitted, the default is ReadWrite.

Applies to