Resource Type: dsc_xsqlhaendpoint

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

Overview

The DSC xSqlHAEndPoint resource type. Automatically generated from ‘xSqlPs/DSCResources/MSFT_xSqlHAEndPoint/MSFT_xSqlHAEndPoint.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_alloweduser

    AllowedUser - Windows Account that could access the HA database mirroring endpoing.

  • dsc_instancename

    InstanceName - Name of Sql Instance.

  • dsc_name

    Name - Unique name for HA database mirroring endpoint of the sql instance.

  • dsc_portnumber

    PortNumber - The single port number(nnnn) on which the Sql HA to listen to.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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