Resource Type: dsc_sqlalwaysonservice
- Defined in:
- lib/puppet/type/dsc_sqlalwaysonservice.rb
Overview
The DSC SqlAlwaysOnService resource type. Automatically generated from version 16.6.0
Properties
-
dsc_ensure
An enumerated value that describes if the _SQL Server_ should have _Always On High Availability and Disaster Recovery_ (HADR) property enabled (‘’Present’‘) or disabled (`’Absent’‘).
-
dsc_restarttimeout
The length of time, in seconds, to wait for the service to restart. Default value is ‘120` seconds.
-
dsc_servername
The hostname of the _SQL Server_ to be configured. Default value is the current computer name.
Parameters
-
dsc_instancename (namevar)
The name of the _SQL Server_ instance to be configured.
-
dsc_psdscrunascredential
-
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).