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

CommunicationDetails 类

定义

表示通信资源的 对象。

[Microsoft.Rest.Serialization.JsonTransformation]
public class CommunicationDetails : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CommunicationDetails = class
    interface IResource
Public Class CommunicationDetails
Implements IResource
继承
CommunicationDetails
属性
实现

构造函数

CommunicationDetails()

初始化 CommunicationDetails 类的新实例。

CommunicationDetails(String, String, String, String, String, String, String, String, Nullable<DateTime>)

初始化 CommunicationDetails 类的新实例。

属性

Body

获取或设置通信的正文。

CommunicationDirection

获取通信方向。 可能的值包括:“inbound”、“outbound”

CommunicationType

获取通信类型。 可能的值包括:“web”、“phone”

CreatedDate

获取创建通信时) UTC (ISO 8601 格式的时间。

Id

获取资源的 ID。

Name

获取资源的名称。

Sender

获取或设置发件人的电子邮件地址。 如果由服务主体调用,则此属性是必需的。

Subject

获取或设置通信的主题。

Type

获取资源“Microsoft.Support/communications”的类型。

方法

Validate()

验证 对象。

适用于