Resource Type: dsc_xwebvirtualdirectory

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

Overview

The DSC xWebVirtualDirectory resource type. Automatically generated from ‘xWebAdministration/DSCResources/MSFT_xWebVirtualDirectory/MSFT_xWebVirtualDirectory.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_ensure

    Ensure - Whether virtual directory should be present or absent Valid values are Present, Absent.

  • dsc_name

    Name - Name of virtual directory

  • dsc_physicalpath

    PhysicalPath - Physical path for the virtual directory

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_webapplication

    WebApplication - Web application name for the virtual directory

  • dsc_website

    Website - Name of website with which Web Application is associated

  • name (namevar)
  • provider

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