class Azure::Storage::Mgmt::V2015_05_01_preview::Models::Endpoints
The URIs that are used to perform a retrieval of a public blob, queue or table object.
Attributes
blob[RW]
@return [String] Gets the blob endpoint.
queue[RW]
@return [String] Gets the queue endpoint.
table[RW]
@return [String] Gets the table endpoint.
Public Class Methods
mapper()
click to toggle source
Mapper for Endpoints class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01-preview/generated/azure_mgmt_storage/models/endpoints.rb, line 29 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