SnapshotRestoreContent Class

Definition

Encapsulates information regarding snapshot recovery for SAP Hana.

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

Constructors

Name Description
SnapshotRestoreContent()

Initializes a new instance of SnapshotRestoreContent.

Properties

Name Description
LogPointInTimeForDBRecovery

Gets or sets the LogPointInTimeForDBRecovery.

SkipAttachAndMount

Gets or sets the SkipAttachAndMount.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<SnapshotRestoreContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SnapshotRestoreContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SnapshotRestoreContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SnapshotRestoreContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to