Sha256: 018dad66668d57102e5025e0142064f4b6a69cadf7c0a73cc28afaba9da83715

Contents?: true

Size: 1.23 KB

Versions: 7

Compression:

Stored size: 1.23 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::Batch::Mgmt::V2015_12_01
  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()
        {
          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,
                serialized_name: 'accountQuota',
                type: {
                  name: 'Number'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
azure_mgmt_batch-0.18.1 lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb
azure_mgmt_batch-0.18.0 lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb
azure_mgmt_batch-0.17.2 lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb
azure_mgmt_batch-0.17.1 lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb
azure_mgmt_batch-0.17.0 lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb
azure_mgmt_batch-0.16.0 lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb
azure_mgmt_batch-0.15.2 lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb