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