Condividi tramite


SiteRecoveryCreateRecoveryPlanProperties.ProviderSpecificContent Property

Definition

The provider specific input. Please note RecoveryPlanProviderSpecificContent 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 RecoveryPlanA2AContent.

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

Property Value

Applies to