dsc/ext/PsGallery/xWebAdministration.1.17.0.0/DSCResources/MSFT_xIIsHandler/MSFT_xIisHandler.schema.mof

[ClassVersion("1.0.0"), FriendlyName("xIisHandler")]
class MSFT_xIisHandler : OMI_BaseResource
{
  [Key] string Name;
  [Required,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure;
};