Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableGremlinResourcesGetResultInner
Packages that use RestorableGremlinResourcesGetResultInner
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 RestorableGremlinResourcesGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableGremlinResourcesGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<RestorableGremlinResourcesGetResultInner> Return a list of gremlin database and graphs combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedIterable
<RestorableGremlinResourcesGetResultInner> RestorableGremlinResourcesClient.list
(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc, com.azure.core.util.Context context) Return a list of gremlin database and graphs combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux
<RestorableGremlinResourcesGetResultInner> Return a list of gremlin database and graphs combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux
<RestorableGremlinResourcesGetResultInner> RestorableGremlinResourcesClient.listAsync
(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc) Return a list of gremlin database and graphs combo that exist on the account at the given timestamp and location. -
Uses of RestorableGremlinResourcesGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableGremlinResourcesGetResultInnerModifier and TypeMethodDescriptionRestorableGremlinResourcesGetResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableGremlinResourcesGetResultInner from the JsonReader.RestorableGremlinResourcesGetResultInner.withDatabaseName
(String databaseName) Set the databaseName property: The name of the gremlin database available for restore.RestorableGremlinResourcesGetResultInner.withGraphNames
(List<String> graphNames) Set the graphNames property: The names of the graphs available for restore. -
Uses of RestorableGremlinResourcesGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableGremlinResourcesGetResultInnerModifier and TypeMethodDescriptionRestorableGremlinResourcesListResult.value()
Get the value property: List of restorable Gremlin resources, including the gremlin database and graph names.