IConfigurationAutoGenerated.IsReadOnly 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.
If is the configuration read only.
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="If is the configuration read only.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly) }, ReadOnly=true, Required=false, SerializedName="isReadOnly")]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly? IsReadOnly { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="If is the configuration read only.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly) }, ReadOnly=true, Required=false, SerializedName="isReadOnly")>]
member this.IsReadOnly : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly>
Public ReadOnly Property IsReadOnly As Nullable(Of IsReadOnly)
Property Value
- Attributes