Uses of Class
com.azure.resourcemanager.cosmos.models.GremlinDatabaseResource
-
Packages that use GremlinDatabaseResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 GremlinDatabaseResource Modifier and Type Method Description GremlinDatabaseResourceGremlinDatabaseCreateUpdateProperties. 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 GremlinDatabaseResource Modifier and Type Method Description GremlinDatabaseCreateUpdatePropertiesGremlinDatabaseCreateUpdateProperties. 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.models Modifier and Type Class Description classGremlinDatabaseGetPropertiesResourceThe GremlinDatabaseGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return GremlinDatabaseResource Modifier and Type Method Description GremlinDatabaseResourceGremlinDatabaseCreateUpdateParameters. resource()Get the resource property: The standard JSON format of a Gremlin database.GremlinDatabaseResourceGremlinDatabaseResource. withId(String id)Set the id property: Name of the Cosmos DB Gremlin database.Methods in com.azure.resourcemanager.cosmos.models with parameters of type GremlinDatabaseResource Modifier and Type Method Description GremlinDatabaseCreateUpdateParametersGremlinDatabaseCreateUpdateParameters. withResource(GremlinDatabaseResource resource)Set the resource property: The standard JSON format of a Gremlin database.
-