Sha256: 004b05cc8fa17d7645cf4058dc282bd065840a0683c5cf12a82cab1572472a35
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_batch-0.13.0 | lib/generated/azure_mgmt_batch/models/batch_location_quota.rb |