Share via


SiteRecoveryPointProperties.ProviderSpecificDetails Property

Definition

The provider specific details for the recovery point. Please note ProviderSpecificRecoveryPointDetails 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 A2ARecoveryPointDetails, InMageAzureV2RecoveryPointDetails and InMageRcmRecoveryPointDetails.

public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProviderSpecificRecoveryPointDetails ProviderSpecificDetails { get; }
member this.ProviderSpecificDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProviderSpecificRecoveryPointDetails
Public ReadOnly Property ProviderSpecificDetails As ProviderSpecificRecoveryPointDetails

Property Value

Applies to