RecoveryPlanPlannedFailoverContent Constructor
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.
Initializes a new instance of RecoveryPlanPlannedFailoverContent.
public RecoveryPlanPlannedFailoverContent (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanPlannedFailoverProperties properties);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanPlannedFailoverContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanPlannedFailoverProperties -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanPlannedFailoverContent
Public Sub New (properties As RecoveryPlanPlannedFailoverProperties)
Parameters
- properties
- RecoveryPlanPlannedFailoverProperties
The recovery plan planned failover input properties.
Exceptions
properties
is null.