Uses of Class
com.azure.resourcemanager.cosmos.models.RestoreMode
Packages that use RestoreMode
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestoreMode in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as RestoreModeModifier and TypeFieldDescriptionstatic final RestoreModeRestoreMode.POINT_IN_TIMEStatic value PointInTime for RestoreMode.Methods in com.azure.resourcemanager.cosmos.models that return RestoreModeModifier and TypeMethodDescriptionstatic RestoreModeRestoreMode.fromString(String name) Creates or finds a RestoreMode from its string representation.RestoreParameters.restoreMode()Get the restoreMode property: Describes the mode of the restore.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestoreModeModifier and TypeMethodDescriptionstatic Collection<RestoreMode> RestoreMode.values()Gets known RestoreMode values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type RestoreModeModifier and TypeMethodDescriptionRestoreParameters.withRestoreMode(RestoreMode restoreMode) Set the restoreMode property: Describes the mode of the restore.