Uses of Class
com.azure.resourcemanager.cosmos.models.GremlinDatabaseGetPropertiesOptions
-
Packages that use GremlinDatabaseGetPropertiesOptions 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 GremlinDatabaseGetPropertiesOptions in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return GremlinDatabaseGetPropertiesOptions Modifier and Type Method Description GremlinDatabaseGetPropertiesOptionsGremlinDatabaseGetProperties. options()Get the options property: The options property.GremlinDatabaseGetPropertiesOptionsGremlinDatabaseGetResultsInner. options()Get the options property: The options property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type GremlinDatabaseGetPropertiesOptions Modifier and Type Method Description GremlinDatabaseGetPropertiesGremlinDatabaseGetProperties. withOptions(GremlinDatabaseGetPropertiesOptions options)Set the options property: The options property.GremlinDatabaseGetResultsInnerGremlinDatabaseGetResultsInner. withOptions(GremlinDatabaseGetPropertiesOptions options)Set the options property: The options property. -
Uses of GremlinDatabaseGetPropertiesOptions in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return GremlinDatabaseGetPropertiesOptions Modifier and Type Method Description GremlinDatabaseGetPropertiesOptionsGremlinDatabaseGetPropertiesOptions. withAutoscaleSettings(AutoscaleSettings autoscaleSettings)Set the autoscaleSettings property: Specifies the Autoscale settings.GremlinDatabaseGetPropertiesOptionsGremlinDatabaseGetPropertiesOptions. withThroughput(Integer throughput)Set the throughput property: Value of the Cosmos DB resource throughput or autoscaleSettings.
-