Uses of Class
com.azure.resourcemanager.cosmos.models.BackupPolicy
-
Packages that use BackupPolicy Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 BackupPolicy Modifier and Type Method Description BackupPolicyDatabaseAccountCreateUpdateProperties. backupPolicy()Get the backupPolicy property: The object representing the policy for taking backups on an account.BackupPolicyDatabaseAccountGetProperties. backupPolicy()Get the backupPolicy property: The object representing the policy for taking backups on an account.BackupPolicyDatabaseAccountGetResultsInner. backupPolicy()Get the backupPolicy property: The object representing the policy for taking backups on an account.BackupPolicyDatabaseAccountUpdateProperties. 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 BackupPolicy Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withBackupPolicy(BackupPolicy backupPolicy)Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withBackupPolicy(BackupPolicy backupPolicy)Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withBackupPolicy(BackupPolicy backupPolicy)Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. 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.models Modifier and Type Class Description classContinuousModeBackupPolicyThe object representing continuous mode backup policy.classPeriodicModeBackupPolicyThe object representing periodic mode backup policy.Methods in com.azure.resourcemanager.cosmos.models that return BackupPolicy Modifier and Type Method Description BackupPolicyDatabaseAccountCreateUpdateParameters. backupPolicy()Get the backupPolicy property: The object representing the policy for taking backups on an account.BackupPolicyDatabaseAccountUpdateParameters. backupPolicy()Get the backupPolicy property: The object representing the policy for taking backups on an account.BackupPolicyBackupPolicy. 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 BackupPolicy Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withBackupPolicy(BackupPolicy backupPolicy)Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withBackupPolicy(BackupPolicy backupPolicy)Set the backupPolicy property: The object representing the policy for taking backups on an account.
-