Sha256: b29642c5bc076e136a1e2bafd6ad6d555476a902ca783456a4c8ccdaab2760d3
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.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, 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.10.0 | lib/generated/azure_mgmt_batch/models/batch_location_quota.rb |