Compartir a través de


AzureFileVolume.ReadOnlyProperty Propiedad

Definición

Obtiene o establece la marca que indica si el archivo compartido de Azure File montado como un volumen es de solo lectura.

[Newtonsoft.Json.JsonProperty(PropertyName="readOnly")]
public bool? ReadOnlyProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="readOnly")>]
member this.ReadOnlyProperty : Nullable<bool> with get, set
Public Property ReadOnlyProperty As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a