Sha256: 9994be349983be0db42d6c38ef95163460fac7ff5d29e8109d5ecd2d1e90ff61
Contents?: true
Size: 1.73 KB
Versions: 5
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::V2019_12_12 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
5 entries across 5 versions & 1 rubygems