Uses of Class
com.azure.resourcemanager.cosmos.models.RestoreParameters
Packages that use RestoreParameters
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestoreParameters in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestoreParametersModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.DatabaseAccountGetProperties.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.DatabaseAccountGetResultsInner.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type RestoreParametersModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withRestoreParameters
(RestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.DatabaseAccountGetProperties.withRestoreParameters
(RestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.DatabaseAccountGetResultsInner.withRestoreParameters
(RestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore. -
Uses of RestoreParameters in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return RestoreParametersModifier and TypeMethodDescriptionstatic RestoreParameters
RestoreParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestoreParameters from the JsonReader.DatabaseAccountCreateUpdateParameters.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.RestoreParameters.withDatabasesToRestore
(List<DatabaseRestoreResource> databasesToRestore) Set the databasesToRestore property: List of specific databases available for restore.RestoreParameters.withGremlinDatabasesToRestore
(List<GremlinDatabaseRestoreResource> gremlinDatabasesToRestore) Set the gremlinDatabasesToRestore property: List of specific gremlin databases available for restore.RestoreParameters.withRestoreMode
(RestoreMode restoreMode) Set the restoreMode property: Describes the mode of the restore.RestoreParameters.withRestoreSource
(String restoreSource) Set the restoreSource property: The id of the restorable database account from which the restore has to be initiated.RestoreParameters.withRestoreTimestampInUtc
(OffsetDateTime restoreTimestampInUtc) Set the restoreTimestampInUtc property: Time to which the account has to be restored (ISO-8601 format).RestoreParameters.withRestoreWithTtlDisabled
(Boolean restoreWithTtlDisabled) Set the restoreWithTtlDisabled property: Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.RestoreParameters.withTablesToRestore
(List<String> tablesToRestore) Set the tablesToRestore property: List of specific tables available for restore.Methods in com.azure.resourcemanager.cosmos.models with parameters of type RestoreParametersModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withRestoreParameters
(RestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.