Resource Type: dsc_xspdatabaseaag

Defined in:
lib/puppet/type/dsc_xspdatabaseaag.rb

Overview

The DSC xSPDatabaseAAG resource type. Automatically generated from version 0.12.0.0

Properties

  • dsc_agname

    Name of the AlwaysOn group on the SQL server - this must already exist

  • dsc_ensure

    Present if the database should be in this AlwaysOn group, or Absent if it should not be in the group

  • dsc_fileshare

    The fileshare to use for the SQL backup when adding to the group

Parameters

  • dsc_databasename (namevar)

    The name of the database to put in the AlwaysOn group

  • dsc_installaccount

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

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).