IDatabase Interface

Definition

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

Properties

Charset

The charset of the database.

Collation

The collation of the database.

Id

Resource ID

(Inherited from IProxyResource)
Name

Resource name.

(Inherited from IProxyResource)
Type

Resource type.

(Inherited from IProxyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to