Resource Type: dsc_spwordautomationserviceapp
- Defined in:
- lib/puppet/type/dsc_spwordautomationserviceapp.rb
- Providers:
-
powershell
Overview
The DSC SPWordAutomationServiceApp resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPWordAutomationServiceApp/MSFT_SPWordAutomationServiceApp.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_conversionprocesses
ConversionProcesses - How many conversion processes can be run at once
-
dsc_databasename
DatabaseName - The name of the database for the service app
-
dsc_databaseserver
DatabaseServer - The name of the server that will host the database
-
dsc_disablebinaryfilescan
DisableBinaryFileScan - Should binary file scans be disabled
Supported values:- true
- false
-
dsc_disableembeddedfonts
DisableEmbeddedFonts - Should embedded fonts be disabled
Supported values:- true
- false
-
dsc_ensure
Ensure - Present to ensure the app exists, absent to ensure that it does not Valid values are Present, Absent.
-
dsc_installaccount
InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5
-
dsc_jobconversionfrequency
JobConversionFrequency - How frequently should new jobs be started from the queue (in minutes)
-
dsc_keepalivetimeout
KeepAliveTimeout - How long is the keep alive timeout set to for the service app
-
dsc_maximumconversionattempts
MaximumConversionAttempts - What is the maximum number of attempts to convert a document
-
dsc_maximumconversiontime
MaximumConversionTime - What is the maximum time in seconds for a document conversion to be allowed to run
-
dsc_maximummemoryusage
MaximumMemoryUsage - What is the maximum amount of memory the service app should use (in MB)
-
dsc_maximumsyncconversionrequests
MaximumSyncConversionRequests - What is the maximum number of sync conversion requests for the service app
-
dsc_name
Name - THe name of the service application
-
dsc_numberofconversionsperprocess
NumberOfConversionsPerProcess - How many document conversions should be included in a single process
-
dsc_psdscrunascredential
PsDscRunAsCredential
-
dsc_recyclethreshold
RecycleThreshold - What is the recycle threshold for this service app
-
dsc_supportedfileformats
SupportedFileFormats - The list of supported file types Valid values are docx, doc, mht, rtf, xml.
-
dsc_timebeforeconversionismonitored
TimeBeforeConversionIsMonitored - How long can a conversion be run before it becomes monitored
- name (namevar)
-
provider
The specific backend to use for this ‘dsc_spwordautomationserviceapp` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.