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