SnapshotBackupAdditionalDetails Class

Definition

Snapshot Backup related fields for WorkloadType SaPHanaSystem.

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

Constructors

Name Description
SnapshotBackupAdditionalDetails()

Initializes a new instance of SnapshotBackupAdditionalDetails.

Properties

Name Description
InstantRPDetails

Gets or sets the InstantRPDetails.

InstantRpRetentionRangeInDays

Gets or sets the InstantRpRetentionRangeInDays.

UserAssignedManagedIdentityDetails

User assigned managed identity details.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<SnapshotBackupAdditionalDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SnapshotBackupAdditionalDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SnapshotBackupAdditionalDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SnapshotBackupAdditionalDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to