class Azure::Service::Logging

Attributes

delete[RW]
read[RW]
retention_policy[RW]
version[RW]
write[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/service/logging.rb, line 20
def initialize
  @retention_policy = RetentionPolicy.new
  yield self if block_given?
end