Sha256: bdbd9de9b60e34fc65ac44c89069ffe9a3a55e0085c843f33f8ead4f45aed629
Contents?: true
Size: 479 Bytes
Versions: 7
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::V2019_03_01 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
7 entries across 7 versions & 1 rubygems