Sha256: 85589f83577aa08ef8300f0f61ad986700d6a6367ed31b80c588f0ce90ab945d
Contents?: true
Size: 479 Bytes
Versions: 2
Compression:
Stored size: 479 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Compute::Mgmt::V2020_09_30 module Models # # Defines values for DiskStorageAccountTypes # module DiskStorageAccountTypes StandardLRS = "Standard_LRS" PremiumLRS = "Premium_LRS" StandardSSDLRS = "StandardSSD_LRS" UltraSSDLRS = "UltraSSD_LRS" end end end
Version data entries
2 entries across 2 versions & 1 rubygems