Class: Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ThroughputUpdateParameters
- Inherits:
-
Object
- Object
- Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ThroughputUpdateParameters
- Includes:
- MsRestAzure
- Defined in:
- lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/throughput_update_parameters.rb
Overview
Parameters to update Cosmos DB resource throughput.
Instance Attribute Summary collapse
-
#resource ⇒ ThroughputResource
throughput.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ThroughputUpdateParameters class as Ruby Hash.
Instance Attribute Details
#resource ⇒ ThroughputResource
throughput
17 18 19 |
# File 'lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/throughput_update_parameters.rb', line 17 def resource @resource end |
Class Method Details
.mapper ⇒ Object
Mapper for ThroughputUpdateParameters class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/throughput_update_parameters.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ThroughputUpdateParameters', type: { name: 'Composite', class_name: 'ThroughputUpdateParameters', model_properties: { resource: { client_side_validation: true, required: true, serialized_name: 'properties.resource', type: { name: 'Composite', class_name: 'ThroughputResource' } } } } } end |