Bagikan melalui


DataDisks.CachingType Property

Definition

Gets or sets caching type.

[Newtonsoft.Json.JsonProperty(PropertyName="cachingType")]
public Microsoft.Azure.Management.BatchAI.Models.CachingType? CachingType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cachingType")>]
member this.CachingType : Nullable<Microsoft.Azure.Management.BatchAI.Models.CachingType> with get, set
Public Property CachingType As Nullable(Of CachingType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Caching type for the disks. Available values are none (default), readonly, readwrite. Caching type can be set only for VM sizes supporting premium storage. Possible values include: 'none', 'readonly', 'readwrite'

Applies to