Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableDatabaseAccountProperties
-
Packages that use RestorableDatabaseAccountProperties Package Description com.azure.resourcemanager.cosmos.fluent.models 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 RestorableDatabaseAccountProperties Modifier and Type Method Description RestorableDatabaseAccountPropertiesRestorableDatabaseAccountProperties. withAccountName(String accountName)Set the accountName property: The name of the global database account.RestorableDatabaseAccountPropertiesRestorableDatabaseAccountProperties. withCreationTime(OffsetDateTime creationTime)Set the creationTime property: The creation time of the restorable database account (ISO-8601 format).RestorableDatabaseAccountPropertiesRestorableDatabaseAccountProperties. withDeletionTime(OffsetDateTime deletionTime)Set the deletionTime property: The time at which the restorable database account has been deleted (ISO-8601 format).
-