Resource Type: dsc_xwebapplication

Defined in:
lib/puppet/type/dsc_xwebapplication.rb
Providers:
powershell

Overview

The DSC xWebApplication resource type. Automatically generated from ‘xWebAdministration/DSCResources/MSFT_xWebApplication/MSFT_xWebApplication.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_applicationtype

    ApplicationType - Adds a AutostartProvider ApplicationType

  • dsc_authenticationinfo

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

  • dsc_enabledprotocols

    EnabledProtocols - Adds EnabledProtocols on an Application Valid values are http, https, net.tcp, net.msmq, net.pipe.

  • dsc_ensure

    Ensure - Whether web application should be present or absent Valid values are Present, Absent.

  • dsc_name

    Name - Name of web application

  • dsc_physicalpath

    PhysicalPath - Physical path for the web application directory

  • dsc_preloadenabled

    PreloadEnabled - Allows a Application to automatically start without a request

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_serviceautostartenabled

    ServiceAutoStartEnabled - Enables Autostart on an Application.

    Supported values:
    • true
    • false
  • dsc_serviceautostartprovider

    ServiceAutoStartProvider - Adds a AutostartProvider

  • dsc_sslflags

    SslFlags - SSLFlags for the application Valid values are , Ssl, SslNegotiateCert, SslRequireCert, Ssl128.

  • dsc_webapppool

    WebAppPool - Web application pool for the web application

  • dsc_website

    Website - Name of website with which web application is associated

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xwebapplication` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.