Sha256: 9e5d61904999e0a4a27da8111399356abba20d4842a6fa7e820354ef7f572a0d
Contents?: true
Size: 1.16 KB
Versions: 7
Compression:
Stored size: 1.16 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::V2016_06_01 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
7 entries across 7 versions & 1 rubygems