VolumeMountV1.RecursiveReadOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the recursive read-only mode configuration for the volume mount. This property determines if the volume should be mounted in recursive read-only mode, which enforces read-only access on all subdirectories and files within the volume.
[YamlDotNet.Serialization.YamlMember(Alias="recursiveReadOnly")]
public string? RecursiveReadOnly { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="recursiveReadOnly")>]
member this.RecursiveReadOnly : string with get, set
Public Property RecursiveReadOnly As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute