Resource Type: dsc_xexchwaitfordag
- Defined in:
- lib/puppet/type/dsc_xexchwaitfordag.rb
Overview
The DSC xExchWaitForDAG resource type. Automatically generated from version 1.33.0
Properties
-
dsc_domaincontroller
Optional Domain controller to use when running Get-DatabaseAvailabilityGroup
-
dsc_retrycount
How many retry attempts should be made to find the DAG before an exception is thrown. Defaults to 5.
-
dsc_retryintervalsec
How many seconds to wait between retries when checking whether the DAG exists. Defaults to 60.
-
dsc_waitforcomputerobject
Whether DSC should also wait for the DAG Computer account object to be discovered. Defaults to False.
Parameters
-
dsc_credential
Credentials used to establish a remote Powershell session to Exchange
-
dsc_identity (namevar)
The name of the DAG to wait for.
-
dsc_psdscrunascredential
-
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).