Partilhar via


DataDisk.Caching Propriedade

Definição

Obtém ou define os requisitos de cache. <br>& lt;br> Os valores possíveis são: <br>& lt;br> Nenhum& lt;br>& lt;br> Readonly& lt;br>& lt;br> Readwrite& lt;br>& lt;br> Padrão: nenhum para armazenamento Standard. ReadOnly para armazenamento Premium. Os valores possíveis incluem: 'None', 'ReadOnly', 'ReadWrite'

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a