Uses of Class
com.azure.resourcemanager.cosmos.models.RestoreParametersBase
Packages that use RestoreParametersBase
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestoreParametersBase in com.azure.resourcemanager.cosmos.models
Subclasses of RestoreParametersBase in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classParameters to indicate the information about the restore.final classParameters to indicate the information about the restore.Methods in com.azure.resourcemanager.cosmos.models that return RestoreParametersBaseModifier and TypeMethodDescriptionRestoreParametersBase.withRestoreSource(String restoreSource) Set the restoreSource property: The id of the restorable database account from which the restore has to be initiated.RestoreParametersBase.withRestoreTimestampInUtc(OffsetDateTime restoreTimestampInUtc) Set the restoreTimestampInUtc property: Time to which the account has to be restored (ISO-8601 format).