Share via


Volume.AzureFileReadOnly Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)]
public bool? AzureFileReadOnly { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)>]
member this.AzureFileReadOnly : Nullable<bool> with get, set
Public Property AzureFileReadOnly As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to