class Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList

The list of deployed application health state chunks that respect the input filters in the chunk query. Returned by get cluster health state chunks query.

Attributes

items[RW]

@return [Array<DeployedApplicationHealthStateChunk>] The list of deployed application health state chunks that respect the input filters in the chunk query.

Public Class Methods

mapper() click to toggle source

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

# File lib/6.4.0.36/generated/azure_service_fabric/models/deployed_application_health_state_chunk_list.rb, line 27
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'DeployedApplicationHealthStateChunkList',
    type: {
      name: 'Composite',
      class_name: 'DeployedApplicationHealthStateChunkList',
      model_properties: {
        items: {
          client_side_validation: true,
          required: false,
          serialized_name: 'Items',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'DeployedApplicationHealthStateChunkElementType',
                type: {
                  name: 'Composite',
                  class_name: 'DeployedApplicationHealthStateChunk'
                }
            }
          }
        }
      }
    }
  }
end