CassandraClusterBackupResourceInfo Class

Definition

A restorable backup of a Cassandra cluster.

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

Properties

BackupExpiryTimestamp

The time at which the backup will expire.

BackupId

The unique identifier of backup.

BackupStartTimestamp

The time at which the backup process begins.

BackupState

The current state of the backup.

BackupStopTimestamp

The time at which the backup process ends.

Explicit Interface Implementations

IJsonModel<CassandraClusterBackupResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CassandraClusterBackupResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CassandraClusterBackupResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CassandraClusterBackupResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CassandraClusterBackupResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to