Click or drag to resize
FailoverScriptConfigurationModel Properties

The FailoverScriptConfigurationModel type exposes the following members.

Properties
  NameDescription
Public propertyPostFailbackScript
Gets or sets script to be run after the failback operation completes.
Public propertyPostFailbackScriptArgs
Gets or sets arguments to be used when running the post-failback script.
Public propertyPostFailoverScript
Gets or sets script to be run after the failover operation completes.
Public propertyPostFailoverScriptArgs
Gets or sets arguments to be used when running the post-failover script.
Public propertyPreFailbackScript
Gets or sets script to be run before the failback operation is started.
Public propertyPreFailbackScriptArgs
Gets or sets arguments to be used when running the pre-failback script.
Public propertyPreFailbackWait
Gets or sets a value indicating whether or not to wait for the pre-failback script to complete before continuing with the failback operation.
Public propertyPreFailoverScript
Gets or sets script to be run before the failover operation is started.
Public propertyPreFailoverScriptArgs
Gets or sets arguments to be used when running the pre-failover script.
Public propertyPreFailoverWait
Gets or sets a value indicating whether or not to wait for the pre-failover script to complete before continuing with the failover operation.
Public propertySourcePostFailbackScript
Gets or sets script to be run after the failback operation completes.
Public propertySourcePostFailbackScriptArgs
Gets or sets arguments to be used when running the source post-failback script.
Top
See Also