Resource Type: dsc_xazurepackdatabasesetting

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

Overview

The DSC xAzurePackDatabaseSetting resource type. Automatically generated from ‘xAzurePack/DSCResources/MSFT_xAzurePackDatabaseSetting/MSFT_xAzurePackDatabaseSetting.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_azurepackadmincredential

    AzurePackAdminCredential - Credential to be used to perform the installation.

  • dsc_dbuser

    dbUser - SQL user to be used to create the database if the SetupCredential cannot be used.

  • dsc_name

    Name - Specifies the name of the setting.

  • dsc_namespace

    Namespace - Specifies the namespace. Valid values are AdminSite, TenantSite.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sqlinstance

    SQLInstance - Database instance for the Azure Pack databases.

  • dsc_sqlserver

    SQLServer - Database server for the Azure Pack databases.

  • dsc_value

    Value - Specifies the value of the setting.

  • name (namevar)
  • provider

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