IDatabaseProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.DatabasePropertiesTypeConverter))]
public interface IDatabaseProperties : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.DatabasePropertiesTypeConverter))>]
type IDatabaseProperties = interface
    interface IJsonSerializable
Public Interface IDatabaseProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Charset

The charset of the database.

Collation

The collation of the database.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to