Share via


IVolumeDefinition.ReadOnly Property

Definition

Indicate whether to mount volume as readOnly. Default value for this is false.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Indicate whether to mount volume as readOnly. Default value for this is false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="readOnly")]
public bool? ReadOnly { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Indicate whether to mount volume as readOnly. Default value for this is false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="readOnly")>]
member this.ReadOnly : Nullable<bool> with get, set
Public Property ReadOnly As Nullable(Of Boolean)

Property Value

Attributes

Applies to