Sha256: f5bd57d8fd58bd56d19d4c5411665d20d1adcc8a4c811abfa5f33bf913360a42
Contents?: true
Size: 1.5 KB
Versions: 2
Compression:
Stored size: 1.5 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::Redis::Mgmt::V2017_02_01 module Models # # List of linked servers (with properites) of a Redis cache. # class RedisLinkedServerWithPropertiesList include MsRestAzure # @return [Array<RedisLinkedServerWithProperties>] List of linked servers # (with properites) of a Redis cache. attr_accessor :value # # Mapper for RedisLinkedServerWithPropertiesList class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RedisLinkedServerWithPropertiesList', type: { name: 'Composite', class_name: 'RedisLinkedServerWithPropertiesList', model_properties: { value: { required: true, serialized_name: 'value', type: { name: 'Sequence', element: { required: false, serialized_name: 'RedisLinkedServerWithPropertiesElementType', type: { name: 'Composite', class_name: 'RedisLinkedServerWithProperties' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems