modules/deploy/dsc/ext/PsGallery/xDhcpServer.1.3.0.0/DSCResources/MSFT_xDhcpServerAuthorization/MSFT_xDhcpServerAuthorization.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xDhcpServerAuthorization")] class MSFT_xDhcpServerAuthorization : OMI_BaseResource { [Write, Description("DHCP Server FQDN")] String DnsName; [Write, Description("DHCP Server IP Address")] String IPAddress; [Key, Description("Whether the DHCP server should be authorised within Active Directory"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |