Partager via


DataDisks.CachingType Propriété

Définition

Obtient ou définit le type de mise en cache.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Type de mise en cache pour les disques. Les valeurs disponibles sont none (valeur par défaut), readonly, readwrite. Le type de mise en cache peut être défini uniquement pour les tailles de machine virtuelle prenant en charge le stockage Premium. Les valeurs possibles incluent : 'none', 'readonly', 'readwrite'

S’applique à