Sha256: 07d671ae83a42845989dbb5122101a1a2fcb9eec840478417c1e1ac0ffd62527
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.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 include MsRest::JSONable # @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, read_only: true, 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.12.0 | lib/generated/azure_mgmt_batch/models/batch_location_quota.rb |
azure_mgmt_batch-0.11.0 | lib/generated/azure_mgmt_batch/models/batch_location_quota.rb |