class Azure::Batch::Mgmt::V2019_08_01::Models::BatchLocationQuota

Quotas associated with a Batch region for a particular subscription.

Attributes

account_quota[RW]

@return [Integer] The number of Batch accounts that may be created under the subscription in the specified region.

Private Class Methods

mapper() click to toggle source

Mapper for BatchLocationQuota class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2019-08-01/generated/azure_mgmt_batch/models/batch_location_quota.rb, line 24
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,
          read_only: true,
          serialized_name: 'accountQuota',
          type: {
            name: 'Number'
          }
        }
      }
    }
  }
end