Resource Type: dsc_xspdistributedcacheservice
- Defined in:
- lib/puppet/type/dsc_xspdistributedcacheservice.rb
Overview
The DSC xSPDistributedCacheService resource type. Automatically generated from version 0.12.0.0
Properties
-
dsc_cachesizeinmb
How many MB should be used for the cache. The maximum supported is 16384
-
dsc_createfirewallrules
Should the Windows Firewall rules for distributed cache be created?
-
dsc_ensure
Present to ensure the current server should be running distributed cache, absent to ensure that it isn’t running
-
dsc_serverprovisionorder
A list of servers which specifies the order they should provision the cache in to ensure that two servers do not do it at the same time
-
dsc_serviceaccount
The name of the service account to run the service as. This should already be registered as a managed account in SharePoint
Parameters
-
dsc_installaccount
POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5
-
dsc_name (namevar)
A name to assign to this resource - not really used. For example - AppFabricCachingService
-
dsc_psdscrunascredential
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).