Uses of Class
com.azure.resourcemanager.cosmos.models.BackupStorageRedundancy
-
Packages that use BackupStorageRedundancy Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of BackupStorageRedundancy in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as BackupStorageRedundancy Modifier and Type Field Description static BackupStorageRedundancyBackupStorageRedundancy. GEOStatic value Geo for BackupStorageRedundancy.static BackupStorageRedundancyBackupStorageRedundancy. LOCALStatic value Local for BackupStorageRedundancy.static BackupStorageRedundancyBackupStorageRedundancy. ZONEStatic value Zone for BackupStorageRedundancy.Methods in com.azure.resourcemanager.cosmos.models that return BackupStorageRedundancy Modifier and Type Method Description BackupStorageRedundancyPeriodicModeProperties. backupStorageRedundancy()Get the backupStorageRedundancy property: Enum to indicate type of backup residency.static BackupStorageRedundancyBackupStorageRedundancy. fromString(String name)Creates or finds a BackupStorageRedundancy from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type BackupStorageRedundancy Modifier and Type Method Description List<BackupStorageRedundancy>LocationProperties. backupStorageRedundancies()Get the backupStorageRedundancies property: The properties of available backup storage redundancies.static Collection<BackupStorageRedundancy>BackupStorageRedundancy. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type BackupStorageRedundancy Modifier and Type Method Description PeriodicModePropertiesPeriodicModeProperties. withBackupStorageRedundancy(BackupStorageRedundancy backupStorageRedundancy)Set the backupStorageRedundancy property: Enum to indicate type of backup residency.
-