Class: Azure::ContainerRegistry::Mgmt::V2019_06_01_preview::Models::AgentPoolQueueStatus
- Inherits:
-
Object
- Object
- Azure::ContainerRegistry::Mgmt::V2019_06_01_preview::Models::AgentPoolQueueStatus
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-06-01-preview/generated/azure_mgmt_container_registry/models/agent_pool_queue_status.rb
Overview
The QueueStatus of Agent Pool
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of pending runs in the queue.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for AgentPoolQueueStatus class as Ruby Hash.
Instance Attribute Details
#count ⇒ Integer
Returns The number of pending runs in the queue.
16 17 18 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_container_registry/models/agent_pool_queue_status.rb', line 16 def count @count end |
Class Method Details
.mapper ⇒ Object
Mapper for AgentPoolQueueStatus class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_container_registry/models/agent_pool_queue_status.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AgentPoolQueueStatus', type: { name: 'Composite', class_name: 'AgentPoolQueueStatus', model_properties: { count: { client_side_validation: true, required: false, serialized_name: 'count', type: { name: 'Number' } } } } } end |