Sha256: ff5a061ae70393ed891d50187e0eea2d36b171308dafc16c7ffded2e804fc060
Contents?: true
Size: 582 Bytes
Versions: 1
Compression:
Stored size: 582 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::DataLakeStore module Models # # Defines values for TierType # module TierType Consumption = "Consumption" Commitment1TB = "Commitment_1TB" Commitment10TB = "Commitment_10TB" Commitment100TB = "Commitment_100TB" Commitment500TB = "Commitment_500TB" Commitment1PB = "Commitment_1PB" Commitment5PB = "Commitment_5PB" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_datalake_store-0.10.0 | lib/generated/azure_mgmt_datalake_store/models/tier_type.rb |