Resource Type: dsc_xsqlhagroup

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

Overview

The DSC xSqlHAGroup resource type. Automatically generated from ‘xSqlPs/DSCResources/MSFT_xSqlHAGroup/MSFT_xSqlHAGroup.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_database

    Database - Array of databases on the local sql instance. Each database can belong to only one HA group.

  • dsc_databasebackuppath

    DatabaseBackupPath - The net share for Sql replication initialization

  • dsc_domaincredential

    DomainCredential - Domain credential could get list of cluster nodes.

  • dsc_endpointname

    EndPointName - Name of EndPoint to access High Availability sql instance.

  • dsc_instancename

    InstanceName - Name of sql instance

  • dsc_name

    Name - The name of sql availability group

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sqladministratorcredential

    SqlAdministratorCredential - Sql sa credential.

  • name (namevar)
  • provider

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