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 class
Parameters to indicate the information about the restore.final class
Parameters to indicate the information about the restore.Methods in com.azure.resourcemanager.cosmos.models that return RestoreParametersBaseModifier and TypeMethodDescriptionstatic RestoreParametersBase
RestoreParametersBase.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestoreParametersBase from the JsonReader.RestoreParametersBase.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).RestoreParametersBase.withRestoreWithTtlDisabled
(Boolean restoreWithTtlDisabled) Set the restoreWithTtlDisabled property: Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.