DSCResources/TAMZ_cSQLMemory/TAMZ_cSQLMemory.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("cSQLMemory")] class TAMZ_cSQLMemory : OMI_BaseResource { [Key] Boolean DynamicAlloc; [Write] Sint32 MinMemory; [Write] Sint32 MaxMemory; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |