|
|
ApplicationOptions Class |
Namespace: DoubleTake.Jobs.Contract
public class ApplicationOptions : IExtensibleDataObject
The ApplicationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationOptions |
| Name | Description | |
|---|---|---|
| AagInstances |
This value is the instance name corresponding to the SQL AlwaysOn Availability Group Server. This value should never contain more than one entry.
| |
| DnsRecordLocks |
Do not use this property. Double-Take uses it internally.
| |
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| IsAag |
Do not use this property. Double-Take uses it internally.
| |
| MonitoredServiceRepeatCount |
This property is no longer used.
See MonitoringOptions.ServiceMonitoringOptions.
| |
| MonitoredServices |
This property is no longer used.
See MonitorConfiguration.ScriptMonitorName.
| |
| MonitorScript |
This property is no longer used.
See CoreMonitorOptions.MonitorConfiguration.ScriptMonitorName.
| |
| RestartService |
This property is no longer used.
See MonitoringOptions.ServiceMonitoringOptions.
| |
| SourceDomain |
This value is the source server's primary domain.
| |
| SourceName |
This value is the name of the source server.
| |
| TargetDomain |
This value is the target server's primary domain.
| |
| TargetName |
This value is the name of the target server.
| |
| TestPostFailoverScript |
This value is the path and name of the script to run after the target is brought online during a test failover.
| |
| TestPostFailoverScriptArguments |
This value is the arguments for the TestPostFailoverScript.
| |
| TestPreFailbackScript |
This value is the path and name of the script to run before failing back after a test failover.
| |
| TestPreFailbackScriptArguments |
This value is the arguments for the TestPreFailbackScript.
|