Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableDatabaseAccountGetResultInner
Packages that use RestorableDatabaseAccountGetResultInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestorableDatabaseAccountGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return RestorableDatabaseAccountGetResultInnerModifier and TypeMethodDescriptionRestorableDatabaseAccountsClient.getByLocation
(String location, String instanceId) Retrieves the properties of an existing Azure Cosmos DB restorable database account.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableDatabaseAccountGetResultInnerModifier and TypeMethodDescriptionRestorableDatabaseAccountsClient.getByLocationAsync
(String location, String instanceId) Retrieves the properties of an existing Azure Cosmos DB restorable database account.com.azure.core.http.rest.Response
<RestorableDatabaseAccountGetResultInner> RestorableDatabaseAccountsClient.getByLocationWithResponse
(String location, String instanceId, com.azure.core.util.Context context) Retrieves the properties of an existing Azure Cosmos DB restorable database account.Mono
<com.azure.core.http.rest.Response<RestorableDatabaseAccountGetResultInner>> RestorableDatabaseAccountsClient.getByLocationWithResponseAsync
(String location, String instanceId) Retrieves the properties of an existing Azure Cosmos DB restorable database account.com.azure.core.http.rest.PagedIterable
<RestorableDatabaseAccountGetResultInner> RestorableDatabaseAccountsClient.list()
Lists all the restorable Azure Cosmos DB database accounts available under the subscription.com.azure.core.http.rest.PagedIterable
<RestorableDatabaseAccountGetResultInner> RestorableDatabaseAccountsClient.list
(com.azure.core.util.Context context) Lists all the restorable Azure Cosmos DB database accounts available under the subscription.com.azure.core.http.rest.PagedFlux
<RestorableDatabaseAccountGetResultInner> RestorableDatabaseAccountsClient.listAsync()
Lists all the restorable Azure Cosmos DB database accounts available under the subscription.com.azure.core.http.rest.PagedIterable
<RestorableDatabaseAccountGetResultInner> RestorableDatabaseAccountsClient.listByLocation
(String location) Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region.com.azure.core.http.rest.PagedIterable
<RestorableDatabaseAccountGetResultInner> RestorableDatabaseAccountsClient.listByLocation
(String location, com.azure.core.util.Context context) Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region.com.azure.core.http.rest.PagedFlux
<RestorableDatabaseAccountGetResultInner> RestorableDatabaseAccountsClient.listByLocationAsync
(String location) Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region. -
Uses of RestorableDatabaseAccountGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableDatabaseAccountGetResultInnerModifier and TypeMethodDescriptionRestorableDatabaseAccountGetResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableDatabaseAccountGetResultInner from the JsonReader.RestorableDatabaseAccountGetResultInner.withAccountName
(String accountName) Set the accountName property: The name of the global database account.RestorableDatabaseAccountGetResultInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: The creation time of the restorable database account (ISO-8601 format).RestorableDatabaseAccountGetResultInner.withDeletionTime
(OffsetDateTime deletionTime) Set the deletionTime property: The time at which the restorable database account has been deleted (ISO-8601 format).RestorableDatabaseAccountGetResultInner.withLocation
(String location) Set the location property: The location of the resource group to which the resource belongs.RestorableDatabaseAccountGetResultInner.withOldestRestorableTime
(OffsetDateTime oldestRestorableTime) Set the oldestRestorableTime property: The least recent time at which the database account can be restored to (ISO-8601 format). -
Uses of RestorableDatabaseAccountGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableDatabaseAccountGetResultInnerModifier and TypeMethodDescriptionRestorableDatabaseAccountsListResult.value()
Get the value property: List of restorable database accounts and their properties.