NewAzMariaDbDatabase_CreateViaIdentityExpanded.Charset Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category(new Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The charset of the database.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="charset")]
[System.Management.Automation.Parameter(HelpMessage="The charset of the database.", Mandatory=false)]
public string Charset { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category(new Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The charset of the database.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="charset")>]
[<System.Management.Automation.Parameter(HelpMessage="The charset of the database.", Mandatory=false)>]
member this.Charset : string with get, set
Public Property Charset As String

Property Value

String
Attributes

Applies to