PeriodicModeBackupPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The object representing periodic mode backup policy.
public class PeriodicModeBackupPolicy : Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountBackupPolicy, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.PeriodicModeBackupPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.PeriodicModeBackupPolicy>
type PeriodicModeBackupPolicy = class
inherit CosmosDBAccountBackupPolicy
interface IJsonModel<PeriodicModeBackupPolicy>
interface IPersistableModel<PeriodicModeBackupPolicy>
Public Class PeriodicModeBackupPolicy
Inherits CosmosDBAccountBackupPolicy
Implements IJsonModel(Of PeriodicModeBackupPolicy), IPersistableModel(Of PeriodicModeBackupPolicy)
- Inheritance
- Implements
Constructors
PeriodicModeBackupPolicy() |
Initializes a new instance of PeriodicModeBackupPolicy. |
Properties
MigrationState |
The object representing the state of the migration between the backup policies. (Inherited from CosmosDBAccountBackupPolicy) |
PeriodicModeProperties |
Configuration values for periodic mode backup. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from CosmosDBAccountBackupPolicy) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET