Uses of Class
com.azure.resourcemanager.cosmos.models.GremlinDatabaseRestoreResource
Packages that use GremlinDatabaseRestoreResource
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of GremlinDatabaseRestoreResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return GremlinDatabaseRestoreResourceModifier and TypeMethodDescriptionGremlinDatabaseRestoreResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GremlinDatabaseRestoreResource from the JsonReader.GremlinDatabaseRestoreResource.withDatabaseName(String databaseName) Set the databaseName property: The name of the gremlin database available for restore.GremlinDatabaseRestoreResource.withGraphNames(List<String> graphNames) Set the graphNames property: The names of the graphs available for restore.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type GremlinDatabaseRestoreResourceModifier and TypeMethodDescriptionRestoreParameters.gremlinDatabasesToRestore()Get the gremlinDatabasesToRestore property: List of specific gremlin databases available for restore.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type GremlinDatabaseRestoreResourceModifier and TypeMethodDescriptionRestoreParameters.withGremlinDatabasesToRestore(List<GremlinDatabaseRestoreResource> gremlinDatabasesToRestore) Set the gremlinDatabasesToRestore property: List of specific gremlin databases available for restore.