PlannedFailoverModelProperties(PlannedFailoverModelCustomProperties) Constructor

Definition

Initializes a new instance of PlannedFailoverModelProperties.

public PlannedFailoverModelProperties (Azure.ResourceManager.RecoveryServicesDataReplication.Models.PlannedFailoverModelCustomProperties customProperties);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.PlannedFailoverModelProperties : Azure.ResourceManager.RecoveryServicesDataReplication.Models.PlannedFailoverModelCustomProperties -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.PlannedFailoverModelProperties
Public Sub New (customProperties As PlannedFailoverModelCustomProperties)

Parameters

customProperties
PlannedFailoverModelCustomProperties

Planned failover model custom properties. Please note PlannedFailoverModelCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include HyperVToAzStackHciPlannedFailoverModelCustomProperties, GeneralPlannedFailoverModelCustomProperties and VMwareToAzStackHciPlannedFailoverModelCustomProperties.

Exceptions

customProperties is null.

Applies to