fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/models/storage/sku_tier.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Fog
  module ARM
    module Storage
      module Models
        module SkuTier
          Standard = 'Standard'.freeze
          Premium = 'Premium'.freeze
        end
      end
    end
  end
end