Class: Azure::Service::StorageServiceProperties

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/service/storage_service_properties.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ StorageServiceProperties

Returns a new instance of StorageServiceProperties.

Yields:

  • (_self)

Yield Parameters:



21
22
23
24
25
# File 'lib/azure/service/storage_service_properties.rb', line 21

def initialize
  @logging = Logging.new
  @metrics = Metrics.new
  yield self if block_given?
end

Instance Attribute Details

#default_service_versionObject

Returns the value of attribute default_service_version.



29
30
31
# File 'lib/azure/service/storage_service_properties.rb', line 29

def default_service_version
  @default_service_version
end

#loggingObject

Returns the value of attribute logging.



27
28
29
# File 'lib/azure/service/storage_service_properties.rb', line 27

def logging
  @logging
end

#metricsObject

Returns the value of attribute metrics.



28
29
30
# File 'lib/azure/service/storage_service_properties.rb', line 28

def metrics
  @metrics
end