Sha256: f31db7e7ef5b166ac719998d9834ba7aeb892a1f76c36e0706202b5a403819d0
Contents?: true
Size: 1.73 KB
Versions: 11
Compression:
Stored size: 1.73 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::Cosmosdb::Mgmt::V2015_04_08 module Models # # The connection strings for the given database account. # class DatabaseAccountListConnectionStringsResult include MsRestAzure # @return [Array<DatabaseAccountConnectionString>] An array that contains # the connection strings for the Cosmos DB account. attr_accessor :connection_strings # # Mapper for DatabaseAccountListConnectionStringsResult class as Ruby # Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DatabaseAccountListConnectionStringsResult', type: { name: 'Composite', class_name: 'DatabaseAccountListConnectionStringsResult', model_properties: { connection_strings: { client_side_validation: true, required: false, serialized_name: 'connectionStrings', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'DatabaseAccountConnectionStringElementType', type: { name: 'Composite', class_name: 'DatabaseAccountConnectionString' } } } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems