Sha256: 4b46cee6cf287e6f273e57d43113c34d7abe8b10709f20b11910474cc262d789
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 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::ServiceFabric::V7_0_0_42 module Models # # Represents the health state of a service, which contains the service # identifier and its aggregated health state. # class ServiceHealthState < EntityHealthState include MsRestAzure # @return [String] Name of the service whose health state is represented # by this object. attr_accessor :service_name # # Mapper for ServiceHealthState class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceHealthState', type: { name: 'Composite', class_name: 'ServiceHealthState', model_properties: { aggregated_health_state: { client_side_validation: true, required: false, serialized_name: 'AggregatedHealthState', type: { name: 'String' } }, service_name: { client_side_validation: true, required: false, serialized_name: 'ServiceName', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems