Resource Type: dsc_xwaitforsqlhagroup

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

Overview

The DSC xWaitForSqlHAGroup resource type. Automatically generated from ‘xSqlPs/DSCResources/MSFT_xWaitForSqlHAGroup/MSFT_xWaitForSqlHAGroup.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_clustername

    ClusterName - The name of windows failover cluster for the availability group.

  • dsc_domaincredential

    DomainCredential - Domain credential could get list of cluster nodes.

  • dsc_instancename

    InstanceName - The name of sql instance.

  • dsc_name

    Name - The name of Sql High Availability group

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_retrycount

    RetryCount - Maximum number of retries to check HA group existency

  • dsc_retryintervalsec

    RetryIntervalSec - Interval to check the HA group existency

  • dsc_sqladministratorcredential

    SqlAdministratorCredential - Sql sa credential

  • name (namevar)
  • provider

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