Scripts/Reskit9/All Resources/xMySql/DscResources/MSFT_xMySqlDatabase/MSFT_xMySqlDatabase.schema.mof

[ClassVersion("1.0.0"),FriendlyName("xMySqlDatabase")]
class MSFT_xMySqlDatabase : OMI_BaseResource
{
    [Key, Description("Name of the database.")] String Name;
    [Write, Description("Should the database be present or absent."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
    [Write, Description("The root credential that is used to install MySql server."), EmbeddedInstance("MSFT_Credential")] String ConnectionCredential;
};