Sha256: 10bb638ba1def52ae0639e5c11a378404cbd21e197d5aef12a4ef216da395b1e
Contents?: true
Size: 479 Bytes
Versions: 3
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_06_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
3 entries across 3 versions & 1 rubygems