Sha256: 6cbc76fab6d0210ab42bb50ba36bfcb1df36f953fca83a7594c4d1690f3167ca
Contents?: true
Size: 484 Bytes
Versions: 2
Compression:
Stored size: 484 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # 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.12.0 | lib/generated/azure_mgmt_logic/models/encryption_algorithm.rb |
azure_mgmt_logic-0.11.0 | lib/generated/azure_mgmt_logic/models/encryption_algorithm.rb |