Represents the local IIS configuration settings (meta base).
Gets all configure application pools.
# File lib/inetmgr/iis_configuration.rb, line 22 def get_application_pools s = get_config_section "system.applicationHost/applicationPools" IisObjectCollection.new s.Collection, :add, ApplicationPool end
Gets all configured service auto start providers.
# File lib/inetmgr/iis_configuration.rb, line 28 def get_auto_start_providers s = get_config_section "system.applicationHost/serviceAutoStartProviders" IisObjectCollection.new s.Collection, :add, AutoStartProvider end
Generated with the Darkfish Rdoc Generator 2.