Uses of Class
com.azure.resourcemanager.cosmos.models.GremlinDatabaseResource
Packages that use GremlinDatabaseResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of GremlinDatabaseResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return GremlinDatabaseResourceModifier and TypeMethodDescriptionGremlinDatabaseCreateUpdateProperties.resource()
Get the resource property: The standard JSON format of a Gremlin database.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type GremlinDatabaseResourceModifier and TypeMethodDescriptionGremlinDatabaseCreateUpdateProperties.withResource
(GremlinDatabaseResource resource) Set the resource property: The standard JSON format of a Gremlin database. -
Uses of GremlinDatabaseResource in com.azure.resourcemanager.cosmos.models
Subclasses of GremlinDatabaseResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal class
The GremlinDatabaseGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return GremlinDatabaseResourceModifier and TypeMethodDescriptionstatic GremlinDatabaseResource
GremlinDatabaseResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GremlinDatabaseResource from the JsonReader.GremlinDatabaseCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a Gremlin database.GremlinDatabaseResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.Set the id property: Name of the Cosmos DB Gremlin database.GremlinDatabaseResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.Methods in com.azure.resourcemanager.cosmos.models with parameters of type GremlinDatabaseResourceModifier and TypeMethodDescriptionGremlinDatabaseCreateUpdateParameters.withResource
(GremlinDatabaseResource resource) Set the resource property: The standard JSON format of a Gremlin database.