Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableDatabaseAccountProperties
Packages that use RestorableDatabaseAccountProperties
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of RestorableDatabaseAccountProperties in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableDatabaseAccountPropertiesModifier and TypeMethodDescriptionRestorableDatabaseAccountProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableDatabaseAccountProperties from the JsonReader.RestorableDatabaseAccountProperties.withAccountName
(String accountName) Set the accountName property: The name of the global database account.RestorableDatabaseAccountProperties.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: The creation time of the restorable database account (ISO-8601 format).RestorableDatabaseAccountProperties.withDeletionTime
(OffsetDateTime deletionTime) Set the deletionTime property: The time at which the restorable database account has been deleted (ISO-8601 format).RestorableDatabaseAccountProperties.withOldestRestorableTime
(OffsetDateTime oldestRestorableTime) Set the oldestRestorableTime property: The least recent time at which the database account can be restored to (ISO-8601 format).