Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableTableGetResultInner
Packages that use RestorableTableGetResultInner
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 RestorableTableGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableTableGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RestorableTableGetResultInner> Show the event feed of all mutations done on all the Azure Cosmos DB Tables.com.azure.core.http.rest.PagedIterable<RestorableTableGetResultInner> RestorableTablesClient.list(String location, String instanceId, String startTime, String endTime, com.azure.core.util.Context context) Show the event feed of all mutations done on all the Azure Cosmos DB Tables.com.azure.core.http.rest.PagedFlux<RestorableTableGetResultInner> Show the event feed of all mutations done on all the Azure Cosmos DB Tables.com.azure.core.http.rest.PagedFlux<RestorableTableGetResultInner> RestorableTablesClient.listAsync(String location, String instanceId, String startTime, String endTime) Show the event feed of all mutations done on all the Azure Cosmos DB Tables. -
Uses of RestorableTableGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Classes in com.azure.resourcemanager.cosmos.fluent.models that implement interfaces with type arguments of type RestorableTableGetResultInnerModifier and TypeClassDescriptionfinal classAn Azure Cosmos DB Table event.Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableTableGetResultInnerModifier and TypeMethodDescriptionRestorableTableGetResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableTableGetResultInner from the JsonReader.RestorableTableGetResultInner.withResource(RestorableTablePropertiesResource resource) Set the resource property: The resource of an Azure Cosmos DB Table event. -
Uses of RestorableTableGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableTableGetResultInnerModifier and TypeMethodDescriptionRestorableTablesListResult.value()Get the value property: List of Table events and their properties.