DataDisks.CachingType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET