Sha256: 6581660c4e5ee7fcaa56a4d707779f8d69b095b832ff55a55303b24d1287a700
Contents?: true
Size: 1.61 KB
Versions: 3
Compression:
Stored size: 1.61 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::V6_5_0_36 module Models # # A wrapper for the safety check object. Safety checks are performed by # service fabric before continuing with the operations. These checks ensure # the availability of the service and the reliability of the state. # class SafetyCheckWrapper include MsRestAzure # @return [SafetyCheck] Represents a safety check performed by service # fabric before continuing with the operations. These checks ensure the # availability of the service and the reliability of the state. attr_accessor :safety_check # # Mapper for SafetyCheckWrapper class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SafetyCheckWrapper', type: { name: 'Composite', class_name: 'SafetyCheckWrapper', model_properties: { safety_check: { client_side_validation: true, required: false, serialized_name: 'SafetyCheck', type: { name: 'Composite', polymorphic_discriminator: 'Kind', uber_parent: 'SafetyCheck', class_name: 'SafetyCheck' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems