Sha256: 45592fd88c47c14adbaa81ee192b7e312abed2ab501028c032bb384d316bc2cb
Contents?: true
Size: 1.73 KB
Versions: 30
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::Storage::Mgmt::V2015_05_01_preview module Models # # The URIs that are used to perform a retrieval of a public blob, queue or # table object. # class Endpoints include MsRestAzure # @return [String] Gets the blob endpoint. attr_accessor :blob # @return [String] Gets the queue endpoint. attr_accessor :queue # @return [String] Gets the table endpoint. attr_accessor :table # # Mapper for Endpoints class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Endpoints', type: { name: 'Composite', class_name: 'Endpoints', model_properties: { blob: { client_side_validation: true, required: false, serialized_name: 'blob', type: { name: 'String' } }, queue: { client_side_validation: true, required: false, serialized_name: 'queue', type: { name: 'String' } }, table: { client_side_validation: true, required: false, serialized_name: 'table', type: { name: 'String' } } } } } end end end end
Version data entries
30 entries across 30 versions & 1 rubygems