Поделиться через


DataProtectionBackupRecoveryPointProperties Class

Definition

Azure backup recoveryPoint Please note this is the abstract base class. The derived classes available for instantiation are: DataProtectionBackupDiscreteRecoveryPointProperties.

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

Constructors

Name Description
DataProtectionBackupRecoveryPointProperties()

Initializes a new instance of DataProtectionBackupRecoveryPointProperties.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataProtectionBackupRecoveryPointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionBackupRecoveryPointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupRecoveryPointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupRecoveryPointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionBackupRecoveryPointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to