Udostępnij za pośrednictwem


RecoveryPointProperties Class

Definition

Properties of Recovery Point.

public class RecoveryPointProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointProperties>
type RecoveryPointProperties = class
    interface IJsonModel<RecoveryPointProperties>
    interface IPersistableModel<RecoveryPointProperties>
Public Class RecoveryPointProperties
Implements IJsonModel(Of RecoveryPointProperties), IPersistableModel(Of RecoveryPointProperties)
Inheritance
RecoveryPointProperties
Implements

Constructors

RecoveryPointProperties()

Initializes a new instance of RecoveryPointProperties.

Properties

ExpireOn

Expiry time of Recovery Point in UTC.

IsSoftDeleted

Bool to indicate whether RP is in soft delete state or not.

RuleName

Rule name tagged on Recovery Point that governs life cycle.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryPointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to