Resource Type: dsc_webapplicationhandler
- Defined in:
- lib/puppet/type/dsc_webapplicationhandler.rb
Overview
The DSC WebApplicationHandler resource type. Automatically generated from version 4.2.1
Properties
-
dsc_allowpathinfo
Specifies whether the handler processes full path information in a URI, such as contoso/marketing/imageGallery.aspx. If the value is true, the handler processes the full path, contoso/marketing/imageGallery. If the value is false, the handler processes only the last section of the path, /imageGallery.
-
dsc_ensure
Indicates if the application handler exists. Set this property to ‘Absent` to ensure that the application handler does not exist. Default value is ’Present’.
-
dsc_location
Specifies The location of the configuration setting. Location tags are frequently used for configuration settings that must be set more precisely than per application or per virtual directory.
-
dsc_modules
Specifies the modules used for the handler.
-
dsc_path
Specifies an IIS configuration path.
-
dsc_physicalhandlerpath
Specifies the physical path to the handler. This parameter applies to native modules only.
-
dsc_precondition
Specifies preconditions for the new handler.
-
dsc_requireaccess
Specifies the user rights that are required for the new handler.
-
dsc_resourcetype
Specifies the resource type this handler runs.
-
dsc_responsebufferlimit
Specifies the maximum size, in bytes, of the response buffer for a request handler runs.
-
dsc_scriptprocessor
Specifies the script processor that runs for the module.
-
dsc_type
Specifies the managed type of the new module. This parameter applies to managed modules only.
-
dsc_verb
Specifies the HTTP verbs that are handled by the new handler.
Parameters
-
dsc_name (namevar)
Specifies the name of the new request handler.
-
dsc_psdscrunascredential
-
dsc_timeout
The maximum time in seconds to wait for the DSC resource to complete.
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).