Sha256: a29b24ed6e43bf3aff8b146a4855fb63164bbeb1e46782e03d5f829bbb0294bb
Contents?: true
Size: 599 Bytes
Versions: 2
Compression:
Stored size: 599 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::Storage::Mgmt::V2020_08_01_preview module Models # # Defines values for SkuName # module SkuName StandardLRS = "Standard_LRS" StandardGRS = "Standard_GRS" StandardRAGRS = "Standard_RAGRS" StandardZRS = "Standard_ZRS" PremiumLRS = "Premium_LRS" PremiumZRS = "Premium_ZRS" StandardGZRS = "Standard_GZRS" StandardRAGZRS = "Standard_RAGZRS" end end end
Version data entries
2 entries across 2 versions & 1 rubygems