RecoveryPlanTestFailoverCleanupContent 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 RecoveryPlanTestFailoverCleanupContent.
public RecoveryPlanTestFailoverCleanupContent (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanTestFailoverCleanupProperties properties);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanTestFailoverCleanupContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanTestFailoverCleanupProperties -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanTestFailoverCleanupContent
Public Sub New (properties As RecoveryPlanTestFailoverCleanupProperties)
Parameters
- properties
- RecoveryPlanTestFailoverCleanupProperties
The recovery plan test failover cleanup input properties.
Exceptions
properties
is null.