Share via


SiteRecoveryRecoveryPlanProperties.ProviderSpecificDetails Property

Definition

The provider id and provider specific details. Please note RecoveryPlanProviderSpecificDetails 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 RecoveryPlanA2ADetails.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanProviderSpecificDetails> ProviderSpecificDetails { get; }
member this.ProviderSpecificDetails : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanProviderSpecificDetails>
Public ReadOnly Property ProviderSpecificDetails As IReadOnlyList(Of RecoveryPlanProviderSpecificDetails)

Property Value

Applies to