Sha256: fc082055dea4a056855099c59c9148e081cb0c63407587b2774dd1f62e0ce2c3
Contents?: true
Size: 1.59 KB
Versions: 5
Compression:
Stored size: 1.59 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::Mgmt::V2017_07_01_preview module Models # # Defines an item in ServiceTypeHealthPolicyMap. # # class ServiceTypeHealthPolicyMapItem include MsRestAzure # @return [String] The key of the service type health policy map item. # This is the name of the service type. attr_accessor :key # @return [ServiceTypeHealthPolicy] attr_accessor :value # # Mapper for ServiceTypeHealthPolicyMapItem class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceTypeHealthPolicyMapItem', type: { name: 'Composite', class_name: 'ServiceTypeHealthPolicyMapItem', model_properties: { key: { client_side_validation: true, required: true, serialized_name: 'Key', type: { name: 'String' } }, value: { client_side_validation: true, required: true, serialized_name: 'Value', type: { name: 'Composite', class_name: 'ServiceTypeHealthPolicy' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems