Resource Type: dsc_fsrmquotatemplate

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

Overview

The DSC FSRMQuotaTemplate resource type. Automatically generated from ‘FSRMDsc/DSCResources/DSR_FSRMQuotaTemplate/DSR_FSRMQuotaTemplate.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_description

    Description - An optional description for this FSRM Quota Template.

  • dsc_ensure

    Ensure - Specifies whether the FSRM Quota Template should exist. Valid values are Present, Absent.

  • dsc_name

    Name - The unique name for this FSRM Quota Template.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_size

    Size - The size in bytes of this FSRM Quota Template limit.

  • dsc_softlimit

    SoftLimit - Controls whether this FSRM Quota Template has a hard or soft limit.

    Supported values:
    • true
    • false
  • dsc_thresholdpercentages

    ThresholdPercentages - An array of threshold percentages in this FSRM Quota Template.

  • name (namevar)
  • provider

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