Resource Type: dsc_sppowerpointautomationserviceapp

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

Overview

The DSC SPPowerPointAutomationServiceApp resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPPowerPointAutomationServiceApp/MSFT_SPPowerPointAutomationServiceApp.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_applicationpool

    ApplicationPool - The name of the application pool to run the service app in

  • dsc_cacheexpirationperiodinseconds

    CacheExpirationPeriodInSeconds - Specifies the maximum time, in seconds, that items remain in the back-end server cache. The default value is 600 seconds (10 minutes).

  • dsc_ensure

    Ensure - Ensure the crawl rule is Present or Absent Valid values are Present, Absent.

  • dsc_installaccount

    InstallAccount - POWERSHELL 4 ONLY: The account to run thsi resource as, use PsDscRunAsCredential if using PowerShell 5

  • dsc_maximumconversionsperworker

    MaximumConversionsPerWorker - Specifies the maximum number of presentations that a conversion worker process can convert before recycling. The default value is 5.

  • dsc_name

    Name - The name of the service application

  • dsc_proxyname

    ProxyName - The name of the service application proxy

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_workerkeepalivetimeoutinseconds

    WorkerKeepAliveTimeoutInSeconds - Specifies the maximum time, in seconds, that a conversion worker process can be unresponsive before being terminated. The default value is 120 seconds.

  • dsc_workerprocesscount

    WorkerProcessCount - Specifies the number of active instances of the conversion worker process on each back-end. This value must be less than the Windows Communication Foundation (WCF) connection limit for this computer. The default value is 3.

  • dsc_workertimeoutinseconds

    WorkerTimeoutInSeconds - Specifies the maximum time, in seconds, that a conversion worker process is given for any single conversion. The default is 300 seconds (5 minutes).

  • name (namevar)
  • provider

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