Resource Type: dsc_sqlwaitforag

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

Overview

The DSC SqlWaitForAG resource type. Automatically generated from ‘SqlServerDsc/DSCResources/MSFT_SqlWaitForAG/MSFT_SqlWaitForAG.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_groupexist

    GroupExist - Returns $true if the cluster role/group exist, otherwise it returns $false. Used by Get-TargetResource.

    Supported values:
    • true
    • false
  • dsc_name

    Name - Name of the cluster role/group to look for (normally the same as the Availability Group name).

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_retrycount

    RetryCount - Maximum number of retries until the resource will timeout and throw an error. Default values is 30 times.

  • dsc_retryintervalsec

    RetryIntervalSec - The interval, in seconds, to check for the presence of the cluster role/group. Default value is 20 seconds. When the cluster role/group has been found the resource will wait for this amount of time once more before returning.

  • name (namevar)
  • provider

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