Share via


IntegrationAccountTrackingRecordType Struct

Definition

The tracking record type.

public readonly struct IntegrationAccountTrackingRecordType : IEquatable<Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingRecordType>
type IntegrationAccountTrackingRecordType = struct
Public Structure IntegrationAccountTrackingRecordType
Implements IEquatable(Of IntegrationAccountTrackingRecordType)
Inheritance
IntegrationAccountTrackingRecordType
Implements

Constructors

IntegrationAccountTrackingRecordType(String)

Initializes a new instance of IntegrationAccountTrackingRecordType.

Properties

AS2Mdn

AS2MDN.

AS2Message

AS2Message.

Custom

Custom.

EdifactFunctionalGroup

EdifactFunctionalGroup.

EdifactFunctionalGroupAcknowledgment

EdifactFunctionalGroupAcknowledgment.

EdifactInterchange

EdifactInterchange.

EdifactInterchangeAcknowledgment

EdifactInterchangeAcknowledgment.

EdifactTransactionSet

EdifactTransactionSet.

EdifactTransactionSetAcknowledgment

EdifactTransactionSetAcknowledgment.

NotSpecified

NotSpecified.

X12FunctionalGroup

X12FunctionalGroup.

X12FunctionalGroupAcknowledgment

X12FunctionalGroupAcknowledgment.

X12Interchange

X12Interchange.

X12InterchangeAcknowledgment

X12InterchangeAcknowledgment.

X12TransactionSet

X12TransactionSet.

X12TransactionSetAcknowledgment

X12TransactionSetAcknowledgment.

Methods

Equals(IntegrationAccountTrackingRecordType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(IntegrationAccountTrackingRecordType, IntegrationAccountTrackingRecordType)

Determines if two IntegrationAccountTrackingRecordType values are the same.

Implicit(String to IntegrationAccountTrackingRecordType)

Converts a string to a IntegrationAccountTrackingRecordType.

Inequality(IntegrationAccountTrackingRecordType, IntegrationAccountTrackingRecordType)

Determines if two IntegrationAccountTrackingRecordType values are not the same.

Applies to