ContinuousModeBackupPolicy Class

Definition

The object representing continuous mode backup policy.

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

Constructors

ContinuousModeBackupPolicy()

Initializes a new instance of ContinuousModeBackupPolicy.

Properties

ContinuousModeTier

Enum to indicate type of Continuos backup mode.

MigrationState

The object representing the state of the migration between the backup policies.

(Inherited from CosmosDBAccountBackupPolicy)

Explicit Interface Implementations

IJsonModel<ContinuousModeBackupPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContinuousModeBackupPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<CosmosDBAccountBackupPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CosmosDBAccountBackupPolicy)
IJsonModel<CosmosDBAccountBackupPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBAccountBackupPolicy)
IPersistableModel<ContinuousModeBackupPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContinuousModeBackupPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContinuousModeBackupPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<CosmosDBAccountBackupPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CosmosDBAccountBackupPolicy)
IPersistableModel<CosmosDBAccountBackupPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CosmosDBAccountBackupPolicy)
IPersistableModel<CosmosDBAccountBackupPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CosmosDBAccountBackupPolicy)

Applies to