Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableTableResourcesGetResultInner
Packages that use RestorableTableResourcesGetResultInner
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 RestorableTableResourcesGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableTableResourcesGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<RestorableTableResourcesGetResultInner> Return a list of tables that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedIterable
<RestorableTableResourcesGetResultInner> RestorableTableResourcesClient.list
(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc, com.azure.core.util.Context context) Return a list of tables that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux
<RestorableTableResourcesGetResultInner> Return a list of tables that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux
<RestorableTableResourcesGetResultInner> RestorableTableResourcesClient.listAsync
(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc) Return a list of tables that exist on the account at the given timestamp and location. -
Uses of RestorableTableResourcesGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableTableResourcesGetResultInnerModifier and TypeMethodDescriptionRestorableTableResourcesGetResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableTableResourcesGetResultInner from the JsonReader. -
Uses of RestorableTableResourcesGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableTableResourcesGetResultInnerModifier and TypeMethodDescriptionRestorableTableResourcesListResult.value()
Get the value property: List of restorable table names.