RestoreJobRecoveryPointDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RestoreJobRecoveryPointDetails.
public class RestoreJobRecoveryPointDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.RestoreJobRecoveryPointDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.RestoreJobRecoveryPointDetails>
public class RestoreJobRecoveryPointDetails
type RestoreJobRecoveryPointDetails = class
interface IJsonModel<RestoreJobRecoveryPointDetails>
interface IPersistableModel<RestoreJobRecoveryPointDetails>
type RestoreJobRecoveryPointDetails = class
Public Class RestoreJobRecoveryPointDetails
Implements IJsonModel(Of RestoreJobRecoveryPointDetails), IPersistableModel(Of RestoreJobRecoveryPointDetails)
Public Class RestoreJobRecoveryPointDetails
- Inheritance
-
RestoreJobRecoveryPointDetails
- Implements
Properties
RecoverOn |
Gets the recover on. |
RecoveryPointId |
Gets the recovery point id. |
Explicit Interface Implementations
IJsonModel<RestoreJobRecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RestoreJobRecoveryPointDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RestoreJobRecoveryPointDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RestoreJobRecoveryPointDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RestoreJobRecoveryPointDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET