Delen via


SupportTicketCommunicationDirection Struct

Definition

Direction of communication.

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

Constructors

SupportTicketCommunicationDirection(String)

Initializes a new instance of SupportTicketCommunicationDirection.

Properties

Inbound

inbound.

Outbound

outbound.

Methods

Equals(SupportTicketCommunicationDirection)

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(SupportTicketCommunicationDirection, SupportTicketCommunicationDirection)

Determines if two SupportTicketCommunicationDirection values are the same.

Implicit(String to SupportTicketCommunicationDirection)

Converts a string to a SupportTicketCommunicationDirection.

Inequality(SupportTicketCommunicationDirection, SupportTicketCommunicationDirection)

Determines if two SupportTicketCommunicationDirection values are not the same.

Applies to