Sha256: f592ddaf2494f98d5808e7af8efa12d51bf6f6a217bbaa071b86d910fc4d0dad
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.10.0 | lib/generated/azure_mgmt_logic/models/encryption_algorithm.rb |