Resource Type: dsc_sqlwaitforag
- Defined in:
- lib/puppet/type/dsc_sqlwaitforag.rb
Overview
The DSC SqlWaitForAG resource type. Automatically generated from version 16.6.0
Properties
-
dsc_groupexist
Returns ‘$true` if the cluster role/group exist, otherwise it returns `$false`. Used by Get.
-
dsc_retrycount
Maximum number of retries until the resource will timeout and throw an error. Default values is ‘30` times.
-
dsc_retryintervalsec
The interval, in seconds, to check for the presence of the cluster role/group. Default value is ‘20` seconds. When the cluster role/group has been found the resource will wait for this amount of time once more before returning.
-
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_name (namevar)
Name of the cluster role/group to look for (normally the same as the _Availability Group_ name).
-
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).