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) |
Explicit Interface Implementations
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET