ProviderSpecificRecoveryPointDetails Class

Definition

Replication provider specific recovery point details. 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.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownProviderSpecificRecoveryPointDetails))]
public abstract class ProviderSpecificRecoveryPointDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProviderSpecificRecoveryPointDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProviderSpecificRecoveryPointDetails>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownProviderSpecificRecoveryPointDetails))>]
type ProviderSpecificRecoveryPointDetails = class
    interface IJsonModel<ProviderSpecificRecoveryPointDetails>
    interface IPersistableModel<ProviderSpecificRecoveryPointDetails>
Public MustInherit Class ProviderSpecificRecoveryPointDetails
Implements IJsonModel(Of ProviderSpecificRecoveryPointDetails), IPersistableModel(Of ProviderSpecificRecoveryPointDetails)
Inheritance
ProviderSpecificRecoveryPointDetails
Derived
Attributes
Implements

Constructors

ProviderSpecificRecoveryPointDetails()

Initializes a new instance of ProviderSpecificRecoveryPointDetails.

Explicit Interface Implementations

IJsonModel<ProviderSpecificRecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ProviderSpecificRecoveryPointDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProviderSpecificRecoveryPointDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProviderSpecificRecoveryPointDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ProviderSpecificRecoveryPointDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to