你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SupportTicketCommunicationType 结构

定义

通信类型。

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

构造函数

SupportTicketCommunicationType(String)

初始化 SupportTicketCommunicationType 的新实例。

属性

Phone

电话。

Web

Web。

方法

Equals(SupportTicketCommunicationType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(SupportTicketCommunicationType, SupportTicketCommunicationType)

确定两个 SupportTicketCommunicationType 值是否相同。

Implicit(String to SupportTicketCommunicationType)

将字符串转换为 SupportTicketCommunicationType

Inequality(SupportTicketCommunicationType, SupportTicketCommunicationType)

确定两个 SupportTicketCommunicationType 值是否不相同。

适用于