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 BackupStorageRedundancy
BackupStorageRedundancy.GEO
Static value Geo for BackupStorageRedundancy.static final BackupStorageRedundancy
BackupStorageRedundancy.LOCAL
Static value Local for BackupStorageRedundancy.static final BackupStorageRedundancy
BackupStorageRedundancy.ZONE
Static 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 BackupStorageRedundancy
BackupStorageRedundancy.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.