Sha256: 496f186cc0602939ea65c6bdd99a81c646e00cff92e618a6b4faed5211f5e8e4
Contents?: true
Size: 477 Bytes
Versions: 2
Compression:
Stored size: 477 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::ARM::Logic module Models # # Defines values for EncryptionAlgorithm # module EncryptionAlgorithm NotSpecified = "NotSpecified" None = "None" DES3 = "DES3" RC2 = "RC2" AES128 = "AES128" AES192 = "AES192" AES256 = "AES256" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.14.0 | lib/generated/azure_mgmt_logic/models/encryption_algorithm.rb |
azure_mgmt_logic-0.13.0 | lib/generated/azure_mgmt_logic/models/encryption_algorithm.rb |