Resource Type: dsc_spblobcachesettings

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

Overview

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

Parameters

  • dsc_enablecache

    EnableCache - Specify if the blob cache has to be enabled

    Supported values:
    • true
    • false
  • dsc_filetypes

    FileTypes - Specify the file types that must be stored by the blob cache

  • dsc_installaccount

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

  • dsc_location

    Location - The location where the blob cache has to store its files

  • dsc_maxageinseconds

    MaxAgeInSeconds - The maximum age (in seconds) that a browser caches a blob

  • dsc_maxsizeingb

    MaxSizeInGB - The maximum size (in GB) of disk space the blob cache is allowed to use

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_webappurl

    WebAppUrl - The URL of the web application

  • dsc_zone

    Zone - The zone of the web application for which blob cache has to be configured Valid values are Default, Intranet, Internet, Custom, Extranet.

  • name (namevar)
  • provider

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