Udostępnij za pośrednictwem


SupportTicketCommunicationType Struct

Definition

Communication type.

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

Constructors

SupportTicketCommunicationType(String)

Initializes a new instance of SupportTicketCommunicationType.

Properties

Phone

phone.

Web

web.

Methods

Equals(SupportTicketCommunicationType)

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

Determines if two SupportTicketCommunicationType values are the same.

Implicit(String to SupportTicketCommunicationType)

Converts a string to a SupportTicketCommunicationType.

Inequality(SupportTicketCommunicationType, SupportTicketCommunicationType)

Determines if two SupportTicketCommunicationType values are not the same.

Applies to