Sha256: 0dcf7aa29cf31f4034b5189620af2bc0a002c2a8672f5b888e68ad62bcc6737b
Contents?: true
Size: 1.6 KB
Versions: 5
Compression:
Stored size: 1.6 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::V2020_04_01 module Models # # Connection string for the Cosmos DB account # class DatabaseAccountConnectionString include MsRestAzure # @return [String] Value of the connection string attr_accessor :connection_string # @return [String] Description of the connection string attr_accessor :description # # Mapper for DatabaseAccountConnectionString class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DatabaseAccountConnectionString', type: { name: 'Composite', class_name: 'DatabaseAccountConnectionString', model_properties: { connection_string: { client_side_validation: true, required: false, read_only: true, serialized_name: 'connectionString', type: { name: 'String' } }, description: { client_side_validation: true, required: false, read_only: true, serialized_name: 'description', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems