Share via


AzureFileVolume.ReadOnlyProperty Property

Definition

Gets or sets the flag indicating whether the Azure File shared mounted as a volume is read-only.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to