Resource Type: dsc_webapplication

Defined in:
lib/puppet/type/dsc_webapplication.rb

Overview

The DSC WebApplication resource type. Automatically generated from version 4.2.1

Properties

  • dsc_applicationtype

    Adds a AutostartProvider ApplicationType

  • dsc_authenticationinfo

    Hashtable containing authentication information (Anonymous, Basic, Digest, Windows)

  • dsc_enabledprotocols

    Adds EnabledProtocols on an Application

  • dsc_ensure

    Whether web application should be present or absent

  • dsc_physicalpath

    Physical path for the web application directory

  • dsc_preloadenabled

    Allows a Application to automatically start without a request

  • dsc_serviceautostartenabled

    Enables Autostart on an Application.

  • dsc_serviceautostartprovider

    Adds a AutostartProvider

  • dsc_sslflags

    SSLFlags for the application

  • dsc_webapppool

    Web application pool for the web application

Parameters

  • dsc_name (namevar)

    Name of web application

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • dsc_website (namevar)

    Name of website with which web application is associated

  • 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).