Resource Type: dsc_xdbpackage

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

Overview

The DSC xDBPackage resource type. Automatically generated from ‘xDatabase/DSCResources/MSFT_xDBPackage/MSFT_xDBPackage.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_credentials

    Credentials - Credentials to Connect to the sql server

  • dsc_databasename

    DatabaseName - Name of the Database

  • dsc_path

    Path - Path to BacPac/DacPac

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sqlserver

    SqlServer - Sql Server Name

  • dsc_sqlserverversion

    SqlServerVersion - Sql Server Version For DacFx Valid values are 2008-R2, 2012, 2014, 2016.

  • dsc_type

    Type - Type for backup(Extract id done for DACPAC and Import for BACPAC) Valid values are DACPAC, BACPAC.

  • name (namevar)
  • provider

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