Class: Azure::Batch::Mgmt::V2019_08_01::Models::BatchLocationQuota
- Inherits:
-
Object
- Object
- Azure::Batch::Mgmt::V2019_08_01::Models::BatchLocationQuota
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-08-01/generated/azure_mgmt_batch/models/batch_location_quota.rb
Overview
Quotas associated with a Batch region for a particular subscription.
Instance Attribute Summary collapse
-
#account_quota ⇒ Integer
under the subscription in the specified region.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for BatchLocationQuota class as Ruby Hash.
Instance Attribute Details
#account_quota ⇒ Integer
under the subscription in the specified region.
17 18 19 |
# File 'lib/2019-08-01/generated/azure_mgmt_batch/models/batch_location_quota.rb', line 17 def account_quota @account_quota end |
Class Method Details
.mapper ⇒ Object
Mapper for BatchLocationQuota 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/2019-08-01/generated/azure_mgmt_batch/models/batch_location_quota.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BatchLocationQuota', type: { name: 'Composite', class_name: 'BatchLocationQuota', model_properties: { account_quota: { client_side_validation: true, required: false, read_only: true, serialized_name: 'accountQuota', type: { name: 'Number' } } } } } end |