Uses of Class
com.azure.resourcemanager.cosmos.models.BackupStorageRedundancy
Packages that use BackupStorageRedundancy
Package
Description
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 BackupStorageRedundancyModifier and TypeFieldDescriptionstatic final BackupStorageRedundancyBackupStorageRedundancy.GEOStatic value Geo for BackupStorageRedundancy.static final BackupStorageRedundancyBackupStorageRedundancy.LOCALStatic value Local for BackupStorageRedundancy.static final BackupStorageRedundancyBackupStorageRedundancy.ZONEStatic value Zone for BackupStorageRedundancy.Methods in com.azure.resourcemanager.cosmos.models that return BackupStorageRedundancyModifier and TypeMethodDescriptionPeriodicModeProperties.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 BackupStorageRedundancyModifier and TypeMethodDescriptionLocationProperties.backupStorageRedundancies()Get the backupStorageRedundancies property: The properties of available backup storage redundancies.static Collection<BackupStorageRedundancy> BackupStorageRedundancy.values()Gets known BackupStorageRedundancy values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type BackupStorageRedundancyModifier and TypeMethodDescriptionPeriodicModeProperties.withBackupStorageRedundancy(BackupStorageRedundancy backupStorageRedundancy) Set the backupStorageRedundancy property: Enum to indicate type of backup residency.