DSCResources/BMD_cFSRMAutoQuota/BMD_cFSRMAutoQuota.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("cFSRMAutoQuota")] class BMD_cFSRMAutoQuota : OMI_BaseResource { [Key, Description("The path this FSRM Quota applies to.")] String Path; [Write, Description("Specifies whether the FSRM Quota should exist."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Write, Description("Disables the FSRM Quota applied to this path.")] Boolean Disabled; [Write, Description("The name of the FSRM Quota Template to apply to this path.")] String Template; }; |