Uses of Class
com.azure.resourcemanager.cosmos.models.BackupPolicy
Packages that use BackupPolicy
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of BackupPolicy in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return BackupPolicyModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.backupPolicy()
Get the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountGetProperties.backupPolicy()
Get the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountGetResultsInner.backupPolicy()
Get the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountUpdateProperties.backupPolicy()
Get the backupPolicy property: The object representing the policy for taking backups on an account.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type BackupPolicyModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withBackupPolicy
(BackupPolicy backupPolicy) Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountGetProperties.withBackupPolicy
(BackupPolicy backupPolicy) Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountGetResultsInner.withBackupPolicy
(BackupPolicy backupPolicy) Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountUpdateProperties.withBackupPolicy
(BackupPolicy backupPolicy) Set the backupPolicy property: The object representing the policy for taking backups on an account. -
Uses of BackupPolicy in com.azure.resourcemanager.cosmos.models
Subclasses of BackupPolicy in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal class
The object representing continuous mode backup policy.final class
The object representing periodic mode backup policy.Methods in com.azure.resourcemanager.cosmos.models that return BackupPolicyModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.backupPolicy()
Get the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountUpdateParameters.backupPolicy()
Get the backupPolicy property: The object representing the policy for taking backups on an account.static BackupPolicy
BackupPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BackupPolicy from the JsonReader.BackupPolicy.withMigrationState
(BackupPolicyMigrationState migrationState) Set the migrationState property: The object representing the state of the migration between the backup policies.Methods in com.azure.resourcemanager.cosmos.models with parameters of type BackupPolicyModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withBackupPolicy
(BackupPolicy backupPolicy) Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountUpdateParameters.withBackupPolicy
(BackupPolicy backupPolicy) Set the backupPolicy property: The object representing the policy for taking backups on an account.