Uses of Class
com.azure.resourcemanager.cosmos.models.FleetspacePropertiesThroughputPoolConfiguration
Packages that use FleetspacePropertiesThroughputPoolConfiguration
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of FleetspacePropertiesThroughputPoolConfiguration in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return FleetspacePropertiesThroughputPoolConfigurationModifier and TypeMethodDescriptionFleetspaceProperties.throughputPoolConfiguration()Get the throughputPoolConfiguration property: Configuration for throughput pool in the fleetspace.FleetspaceResourceInner.throughputPoolConfiguration()Get the throughputPoolConfiguration property: Configuration for throughput pool in the fleetspace.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type FleetspacePropertiesThroughputPoolConfigurationModifier and TypeMethodDescriptionFleetspaceProperties.withThroughputPoolConfiguration(FleetspacePropertiesThroughputPoolConfiguration throughputPoolConfiguration) Set the throughputPoolConfiguration property: Configuration for throughput pool in the fleetspace.FleetspaceResourceInner.withThroughputPoolConfiguration(FleetspacePropertiesThroughputPoolConfiguration throughputPoolConfiguration) Set the throughputPoolConfiguration property: Configuration for throughput pool in the fleetspace. -
Uses of FleetspacePropertiesThroughputPoolConfiguration in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type FleetspacePropertiesThroughputPoolConfigurationModifier and TypeClassDescriptionfinal classConfiguration for throughput pool in the fleetspace.Methods in com.azure.resourcemanager.cosmos.models that return FleetspacePropertiesThroughputPoolConfigurationModifier and TypeMethodDescriptionFleetspacePropertiesThroughputPoolConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FleetspacePropertiesThroughputPoolConfiguration from the JsonReader.FleetspaceUpdate.throughputPoolConfiguration()Get the throughputPoolConfiguration property: Configuration for throughput pool in the fleetspace.FleetspacePropertiesThroughputPoolConfiguration.withMaxThroughput(Integer maxThroughput) Set the maxThroughput property: Maximum throughput for the pool.FleetspacePropertiesThroughputPoolConfiguration.withMinThroughput(Integer minThroughput) Set the minThroughput property: Minimum throughput for the pool.Methods in com.azure.resourcemanager.cosmos.models with parameters of type FleetspacePropertiesThroughputPoolConfigurationModifier and TypeMethodDescriptionFleetspaceUpdate.withThroughputPoolConfiguration(FleetspacePropertiesThroughputPoolConfiguration throughputPoolConfiguration) Set the throughputPoolConfiguration property: Configuration for throughput pool in the fleetspace.