Uses of Class
com.azure.resourcemanager.cosmos.models.GremlinGraphResource
-
Packages that use GremlinGraphResource 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 GremlinGraphResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return GremlinGraphResource Modifier and Type Method Description GremlinGraphResourceGremlinGraphCreateUpdateProperties. resource()Get the resource property: The standard JSON format of a Gremlin graph.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type GremlinGraphResource Modifier and Type Method Description GremlinGraphCreateUpdatePropertiesGremlinGraphCreateUpdateProperties. withResource(GremlinGraphResource resource)Set the resource property: The standard JSON format of a Gremlin graph. -
Uses of GremlinGraphResource in com.azure.resourcemanager.cosmos.models
Subclasses of GremlinGraphResource in com.azure.resourcemanager.cosmos.models Modifier and Type Class Description classGremlinGraphGetPropertiesResourceThe GremlinGraphGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return GremlinGraphResource Modifier and Type Method Description GremlinGraphResourceGremlinGraphCreateUpdateParameters. resource()Get the resource property: The standard JSON format of a Gremlin graph.GremlinGraphResourceGremlinGraphResource. withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)Set the conflictResolutionPolicy property: The conflict resolution policy for the graph.GremlinGraphResourceGremlinGraphResource. withDefaultTtl(Integer defaultTtl)Set the defaultTtl property: Default time to live.GremlinGraphResourceGremlinGraphResource. withId(String id)Set the id property: Name of the Cosmos DB Gremlin graph.GremlinGraphResourceGremlinGraphResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.GremlinGraphResourceGremlinGraphResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.GremlinGraphResourceGremlinGraphResource. withUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy)Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.Methods in com.azure.resourcemanager.cosmos.models with parameters of type GremlinGraphResource Modifier and Type Method Description GremlinGraphCreateUpdateParametersGremlinGraphCreateUpdateParameters. withResource(GremlinGraphResource resource)Set the resource property: The standard JSON format of a Gremlin graph.
-