UpdateLongTermRetentionBackupContent Class

Definition

Contains the information necessary to perform long term retention backup update operation.

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

Constructors

UpdateLongTermRetentionBackupContent()

Initializes a new instance of UpdateLongTermRetentionBackupContent.

Properties

RequestedBackupStorageRedundancy

The storage redundancy type of the copied backup.

Explicit Interface Implementations

IJsonModel<UpdateLongTermRetentionBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateLongTermRetentionBackupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateLongTermRetentionBackupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateLongTermRetentionBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateLongTermRetentionBackupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to