Sha256: 129ef46a2fd75d33c02e044d07aab6ff4e9ec1668782dd5b8c74e546a4daa167
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 an application, which contains the # application identifier and the aggregated health state. # class ApplicationHealthState < EntityHealthState include MsRestAzure # @return [String] The name of the application, including the 'fabric:' # URI scheme. attr_accessor :name # # Mapper for ApplicationHealthState class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationHealthState', type: { name: 'Composite', class_name: 'ApplicationHealthState', model_properties: { aggregated_health_state: { client_side_validation: true, required: false, serialized_name: 'AggregatedHealthState', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'Name', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems