Share via


IApiKey.ReadOnly Property

Definition

Whether this key can only be used for read operations.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="Whether this key can only be used for read operations.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="readOnly")]
public bool? ReadOnly { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="Whether this key can only be used for read operations.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="readOnly")>]
member this.ReadOnly : Nullable<bool>
Public ReadOnly Property ReadOnly As Nullable(Of Boolean)

Property Value

Attributes

Applies to