Sha256: 8e11a45867cfcdc20011eaae98543a27cbf98900c99070580d37a8d6c54b4bf6
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 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_06_15 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] The blob endpoint. attr_accessor :blob # @return [String] The queue endpoint. attr_accessor :queue # @return [String] The table endpoint. attr_accessor :table # @return [String] The file endpoint. attr_accessor :file # # Mapper for Endpoints class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'Endpoints', type: { name: 'Composite', class_name: 'Endpoints', model_properties: { blob: { required: false, serialized_name: 'blob', type: { name: 'String' } }, queue: { required: false, serialized_name: 'queue', type: { name: 'String' } }, table: { required: false, serialized_name: 'table', type: { name: 'String' } }, file: { required: false, serialized_name: 'file', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_storage-0.15.1 | lib/2015-06-15/generated/azure_mgmt_storage/models/endpoints.rb |
azure_mgmt_storage-0.15.0 | lib/2015-06-15/generated/azure_mgmt_storage/models/endpoints.rb |