Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableGremlinGraphGetResultInner
Packages that use RestorableGremlinGraphGetResultInner
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 RestorableGremlinGraphGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableGremlinGraphGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<RestorableGremlinGraphGetResultInner> Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin graphs under a specific database.com.azure.core.http.rest.PagedIterable
<RestorableGremlinGraphGetResultInner> RestorableGremlinGraphsClient.list
(String location, String instanceId, String restorableGremlinDatabaseRid, String startTime, String endTime, com.azure.core.util.Context context) Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin graphs under a specific database.com.azure.core.http.rest.PagedFlux
<RestorableGremlinGraphGetResultInner> Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin graphs under a specific database.com.azure.core.http.rest.PagedFlux
<RestorableGremlinGraphGetResultInner> RestorableGremlinGraphsClient.listAsync
(String location, String instanceId, String restorableGremlinDatabaseRid, String startTime, String endTime) Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin graphs under a specific database. -
Uses of RestorableGremlinGraphGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableGremlinGraphGetResultInnerModifier and TypeMethodDescriptionRestorableGremlinGraphGetResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableGremlinGraphGetResultInner from the JsonReader.RestorableGremlinGraphGetResultInner.withResource
(RestorableGremlinGraphPropertiesResource resource) Set the resource property: The resource of an Azure Cosmos DB Gremlin graph event. -
Uses of RestorableGremlinGraphGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableGremlinGraphGetResultInnerModifier and TypeMethodDescriptionRestorableGremlinGraphsListResult.value()
Get the value property: List of Gremlin graph events and their properties.