Sha256: 8f6fe314a0b962afa99ada5c843ebd7ba3f4a535dbad465a6862603e29c3a8a8
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Batch module Models # # Quotas associated with a Batch region for a particular subscription. # class BatchLocationQuota include MsRestAzure # @return [Integer] The number of Batch accounts that may be created # under the subscription in the specified region. attr_accessor :account_quota # # Mapper for BatchLocationQuota class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'BatchLocationQuota', type: { name: 'Composite', class_name: 'BatchLocationQuota', model_properties: { account_quota: { required: false, serialized_name: 'accountQuota', type: { name: 'Number' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_batch-0.9.0 | lib/generated/azure_mgmt_batch/models/batch_location_quota.rb |
azure_mgmt_batch-0.8.0 | lib/generated/azure_mgmt_batch/models/batch_location_quota.rb |