Resource Type: dsc_xwebconfigpropertycollection

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

Overview

The DSC xWebConfigPropertyCollection resource type. Automatically generated from ‘xWebAdministration/DSCResources/MSFT_xWebConfigPropertyCollection/MSFT_xWebConfigPropertyCollection.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_collectionname

    CollectionName - Name of the property collection to update.

  • dsc_ensure

    Ensure - Indicates if the property and value of the property collection item should be present or absent. Defaults to Present. Valid values are Present, Absent.

  • dsc_filter

    Filter - Filter used to locate property collection to update.

  • dsc_itemkeyname

    ItemKeyName - Name of the key of the property collection item to update.

  • dsc_itemkeyvalue

    ItemKeyValue - Value of the key of the property collection item to update.

  • dsc_itemname

    ItemName - Name of the property collection item to update.

  • dsc_itempropertyname

    ItemPropertyName - Name of the property of the property collection item to update.

  • dsc_itempropertyvalue

    ItemPropertyValue - Value of the property of the property collection item to update.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_websitepath

    WebsitePath - Path to website location (IIS or WebAdministration format).

  • name (namevar)
  • provider

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