SupportTicketCommunicationDirection Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| SupportTicketCommunicationDirection(String) |
Initializes a new instance of SupportTicketCommunicationDirection. |
Properties
| Name | Description |
|---|---|
| Inbound |
inbound. |
| Outbound |
outbound. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |