Resource Type: dsc_sqlserviceaccount

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

Overview

The DSC SqlServiceAccount resource type. Automatically generated from version 16.6.0

Properties

  • dsc_restartservice

    Determines whether the service is automatically restarted when a change to the configuration was needed.

  • dsc_servername

    The host name of the _SQL Server_ to be configured. Default value is the current computer name.

  • dsc_serviceaccountname

    Returns the service account username for the service.

  • dsc_versionnumber

    The version number for the service type to be managed for the instance that is specified in parameter InstanceName. Mandatory when parameter ServiceType is set to ‘’IntegrationServices’‘.

Parameters

  • dsc_force

    Forces the service account to be updated. Useful for password changes. This will cause Set to be run on each consecutive run.

  • dsc_instancename (namevar)

    The name of the _SQL Server_ instance to be configured.

  • dsc_psdscrunascredential
  • dsc_serviceaccount

    The service account that should be used when running the Windows service.

  • dsc_servicetype (namevar)

    The service type to be managed for the instance that is specified in parameter InstanceName.

  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • 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).