Uses of Class
com.azure.resourcemanager.cosmos.models.PeriodicModeProperties
Packages that use PeriodicModeProperties
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of PeriodicModeProperties in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return PeriodicModePropertiesModifier and TypeMethodDescriptionstatic PeriodicModePropertiesPeriodicModeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PeriodicModeProperties from the JsonReader.PeriodicModeBackupPolicy.periodicModeProperties()Get the periodicModeProperties property: Configuration values for periodic mode backup.PeriodicModeProperties.withBackupIntervalInMinutes(Integer backupIntervalInMinutes) Set the backupIntervalInMinutes property: An integer representing the interval in minutes between two backups.PeriodicModeProperties.withBackupRetentionIntervalInHours(Integer backupRetentionIntervalInHours) Set the backupRetentionIntervalInHours property: An integer representing the time (in hours) that each backup is retained.PeriodicModeProperties.withBackupStorageRedundancy(BackupStorageRedundancy backupStorageRedundancy) Set the backupStorageRedundancy property: Enum to indicate type of backup residency.Methods in com.azure.resourcemanager.cosmos.models with parameters of type PeriodicModePropertiesModifier and TypeMethodDescriptionPeriodicModeBackupPolicy.withPeriodicModeProperties(PeriodicModeProperties periodicModeProperties) Set the periodicModeProperties property: Configuration values for periodic mode backup.