RecoveryPlanUnplannedFailoverInputProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Recovery plan unplanned failover input properties.
public class RecoveryPlanUnplannedFailoverInputProperties
type RecoveryPlanUnplannedFailoverInputProperties = class
Public Class RecoveryPlanUnplannedFailoverInputProperties
- Inheritance
-
RecoveryPlanUnplannedFailoverInputProperties
Constructors
RecoveryPlanUnplannedFailoverInputProperties() |
Initializes a new instance of the RecoveryPlanUnplannedFailoverInputProperties class. |
RecoveryPlanUnplannedFailoverInputProperties(String, String, IList<RecoveryPlanProviderSpecificFailoverInput>) |
Initializes a new instance of the RecoveryPlanUnplannedFailoverInputProperties class. |
Properties
FailoverDirection |
Gets or sets the failover direction. Possible values include: 'PrimaryToRecovery', 'RecoveryToPrimary' |
ProviderSpecificDetails |
Gets or sets the provider specific properties. |
SourceSiteOperations |
Gets or sets a value indicating whether source site operations are required. Possible values include: 'Required', 'NotRequired' |
Methods
Validate() |
Validate the object. |