Sha256: 464faa91efcdca010d77a87cc7ea5fc7f364779e16ac3952e5e5c237c8a153bb
Contents?: true
Size: 465 Bytes
Versions: 6
Compression:
Stored size: 465 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_11_01 module Models # # Defines values for EncryptionType # module EncryptionType EncryptionAtRestWithPlatformKey = "EncryptionAtRestWithPlatformKey" EncryptionAtRestWithCustomerKey = "EncryptionAtRestWithCustomerKey" end end end
Version data entries
6 entries across 6 versions & 1 rubygems