Resource Type: dsc_xazuresqldatabase

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

Overview

The DSC xAzureSqlDatabase resource type. Automatically generated from ‘xAzure/DSCResources/MSFT_xAzureSqlDatabase/MSFT_xAzureSqlDatabase.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
    • absent

Parameters

  • dsc_azurepublishsettingsfile

    AzurePublishSettingsFile - Specifies the location of the Publish Settings file for the Azure Subscription

  • dsc_azuresubscriptionname

    AzureSubscriptionName - Specifies the name of the Azure subscription that should be set to Current

  • dsc_collation

    Collation - Collation of the database

  • dsc_edition

    Edition - Edition of the database

  • dsc_ensure

    Ensure - Ensure that database is present or absent Valid values are Present, Absent.

  • dsc_maximumsizeingb

    MaximumSizeInGB - Maximum size of the database in GB

  • dsc_name

    Name - Name of the database

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_servercredential

    ServerCredential - Credential to the database server

  • dsc_servername

    ServerName - Name of the database server

  • name (namevar)
  • provider

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