Sha256: 71068de2ee9e0f18f51e614f6df5dca154c3784219787f02469881affe09cb4e
Contents?: true
Size: 563 Bytes
Versions: 3
Compression:
Stored size: 563 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 EncryptionType # module EncryptionType EncryptionAtRestWithPlatformKey = "EncryptionAtRestWithPlatformKey" EncryptionAtRestWithCustomerKey = "EncryptionAtRestWithCustomerKey" EncryptionAtRestWithPlatformAndCustomerKeys = "EncryptionAtRestWithPlatformAndCustomerKeys" end end end
Version data entries
3 entries across 3 versions & 1 rubygems