Uses of Class
com.azure.resourcemanager.cosmos.models.ThroughputSettingsGetPropertiesResource
Packages that use ThroughputSettingsGetPropertiesResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ThroughputSettingsGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ThroughputSettingsGetPropertiesResourceModifier and TypeMethodDescriptionThroughputSettingsGetProperties.resource()Get the resource property: The resource property.ThroughputSettingsGetResultsInner.resource()Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ThroughputSettingsGetPropertiesResourceModifier and TypeMethodDescriptionThroughputSettingsGetProperties.withResource(ThroughputSettingsGetPropertiesResource resource) Set the resource property: The resource property.ThroughputSettingsGetResultsInner.withResource(ThroughputSettingsGetPropertiesResource resource) Set the resource property: The resource property. -
Uses of ThroughputSettingsGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ThroughputSettingsGetPropertiesResourceModifier and TypeMethodDescriptionThroughputSettingsGetPropertiesResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ThroughputSettingsGetPropertiesResource from the JsonReader.ThroughputSettingsGetPropertiesResource.withAutoscaleSettings(AutoscaleSettingsResource autoscaleSettings) Set the autoscaleSettings property: Cosmos DB resource for autoscale settings.ThroughputSettingsGetPropertiesResource.withThroughput(Integer throughput) Set the throughput property: Value of the Cosmos DB resource throughput.