Resource Type: dsc_arcgis_windowsservice

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

Overview

The DSC ArcGIS_WindowsService resource type. Automatically generated from version 4.0.0

Properties

  • dsc_builtinaccount

    An enumerated value that describes the built in account the service runs under. LocalSystem LocalService NetworkService

  • dsc_dependencies

    A list of service dependencies

  • dsc_description

    The service description

  • dsc_displayname

    The service display name

  • dsc_path

    The path to the service executable file

  • dsc_startuptype

    An enumerated value that describes the service start type. Automatic Manual Disabled

Parameters

  • dsc_credential

    The optional credentials the service runs under

  • dsc_name (namevar)

    The name for the service

  • dsc_psdscrunascredential
  • dsc_state (namevar)

    An enumerated value that describes if the service is expected to be running on the machine. Running default Stopped

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