IAutonomousDatabaseCharacterSet.CharacterSet Property

Definition

The Oracle Autonomous Database supported character sets.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The Oracle Autonomous Database supported character sets.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="characterSet", Update=false)]
public string CharacterSet { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The Oracle Autonomous Database supported character sets.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="characterSet", Update=true)]
public string CharacterSet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The Oracle Autonomous Database supported character sets.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="characterSet", Update=false)>]
member this.CharacterSet : string
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The Oracle Autonomous Database supported character sets.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="characterSet", Update=true)>]
member this.CharacterSet : string with get, set
Public ReadOnly Property CharacterSet As String
Public Property CharacterSet As String

Property Value

Attributes

Applies to