Sha256: a9bba360536fc2e06dd4428f549aac147cc7e31ec849bd14ed41e92a1c627a9e
Contents?: true
Size: 1.17 KB
Versions: 5
Compression:
Stored size: 1.17 KB
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::Logic::Mgmt::V2018_07_01_preview module Models # # Defines values for TrackingRecordType # module TrackingRecordType NotSpecified = "NotSpecified" Custom = "Custom" AS2Message = "AS2Message" AS2MDN = "AS2MDN" X12Interchange = "X12Interchange" X12FunctionalGroup = "X12FunctionalGroup" X12TransactionSet = "X12TransactionSet" X12InterchangeAcknowledgment = "X12InterchangeAcknowledgment" X12FunctionalGroupAcknowledgment = "X12FunctionalGroupAcknowledgment" X12TransactionSetAcknowledgment = "X12TransactionSetAcknowledgment" EdifactInterchange = "EdifactInterchange" EdifactFunctionalGroup = "EdifactFunctionalGroup" EdifactTransactionSet = "EdifactTransactionSet" EdifactInterchangeAcknowledgment = "EdifactInterchangeAcknowledgment" EdifactFunctionalGroupAcknowledgment = "EdifactFunctionalGroupAcknowledgment" EdifactTransactionSetAcknowledgment = "EdifactTransactionSetAcknowledgment" end end end
Version data entries
5 entries across 5 versions & 1 rubygems