Class ThroughputSettingsUpdateParameters
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.Resource
com.microsoft.azure.management.cosmosdb.ARMResourceProperties
com.microsoft.azure.management.cosmosdb.ThroughputSettingsUpdateParameters
Parameters to update Cosmos DB resource throughput.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresource()
Get the standard JSON format of a resource throughput.withResource
(ThroughputSettingsResource resource) Set the standard JSON format of a resource throughput.Methods inherited from class com.microsoft.azure.Resource
getTags, location, withLocation, withTags
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
ThroughputSettingsUpdateParameters
public ThroughputSettingsUpdateParameters()
-
-
Method Details
-
resource
Get the standard JSON format of a resource throughput.- Returns:
- the resource value
-
withResource
Set the standard JSON format of a resource throughput.- Parameters:
resource
- the resource value to set- Returns:
- the ThroughputSettingsUpdateParameters object itself.
-