Share via


ImageDisk.Caching Propiedad

Definición

Obtiene o establece especifica los requisitos de almacenamiento en caché. Los valores posibles son: None,ReadOnly,ReadWrite. Los valores predeterminados son: Ninguno para el almacenamiento estándar. ReadOnly para Premium Storage. Entre los valores posibles se incluyen: "None", "ReadOnly", "ReadWrite"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a