Resource Type: dsc_sqldatabasedefaultlocation
- Defined in:
- lib/puppet/type/dsc_sqldatabasedefaultlocation.rb
Overview
The DSC SqlDatabaseDefaultLocation resource type. Automatically generated from version 16.6.0
Properties
-
dsc_isactivenode
Returns if the current node is actively hosting the _SQL Server_ instance.
-
dsc_path
The path to the default directory to be set for the type specified in the parameter Type.
-
dsc_processonlyonactivenode
Specifies that the resource will only determine if a change is needed if the target node is the active host of the _SQL Server_ instance.
-
dsc_restartservice
If set to ‘$true` then _SQL Server_ and dependent services will be restarted if a change to the configuration is made. The default value is `$false`.
-
dsc_servername
The host name 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.
-
dsc_type (namevar)
The type of database default location to be configured.
-
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).