Click or drag to resize
ApplicationOptions Class
Represents options for configuring an application protection job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractApplicationOptions

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class ApplicationOptions : IExtensibleDataObject

The ApplicationOptions type exposes the following members.

Constructors
  NameDescription
Public methodApplicationOptions
Top
Properties
  NameDescription
Public propertyAagInstances
This value is the instance name corresponding to the SQL AlwaysOn Availability Group Server. This value should never contain more than one entry.
Public propertyDnsRecordLocks
Do not use this property. Double-Take uses it internally.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIsAag
Do not use this property. Double-Take uses it internally.
Public propertyMonitoredServiceRepeatCount
This property is no longer used. See MonitoringOptions.ServiceMonitoringOptions.
Public propertyMonitoredServices
This property is no longer used. See MonitorConfiguration.ScriptMonitorName.
Public propertyMonitorScript
This property is no longer used. See CoreMonitorOptions.MonitorConfiguration.ScriptMonitorName.
Public propertyRestartService
This property is no longer used. See MonitoringOptions.ServiceMonitoringOptions.
Public propertySourceDomain
This value is the source server's primary domain.
Public propertySourceName
This value is the name of the source server.
Public propertyTargetDomain
This value is the target server's primary domain.
Public propertyTargetName
This value is the name of the target server.
Public propertyTestPostFailoverScript
This value is the path and name of the script to run after the target is brought online during a test failover.
Public propertyTestPostFailoverScriptArguments
This value is the arguments for the TestPostFailoverScript.
Public propertyTestPreFailbackScript
This value is the path and name of the script to run before failing back after a test failover.
Public propertyTestPreFailbackScriptArguments
This value is the arguments for the TestPreFailbackScript.
Top
See Also