Share via


MigrationItemResyncProperties(ResyncProviderSpecificContent) Constructor

Definition

Initializes a new instance of MigrationItemResyncProperties.

public MigrationItemResyncProperties (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ResyncProviderSpecificContent providerSpecificDetails);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationItemResyncProperties : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ResyncProviderSpecificContent -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationItemResyncProperties
Public Sub New (providerSpecificDetails As ResyncProviderSpecificContent)

Parameters

providerSpecificDetails
ResyncProviderSpecificContent

The provider specific details. Please note ResyncProviderSpecificContent 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 VMwareCbtResyncContent.

Exceptions

providerSpecificDetails is null.

Applies to