IApiKey.ReadOnly 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.
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