Delen via


CommunicationDetails Class

Definition

Object that represents a Communication resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.CommunicationDetailsTypeConverter))]
public class CommunicationDetails : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ICommunicationDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.CommunicationDetailsTypeConverter))>]
type CommunicationDetails = class
    interface ICommunicationDetails
    interface IJsonSerializable
Public Class CommunicationDetails
Implements ICommunicationDetails
Inheritance
CommunicationDetails
Attributes
Implements

Constructors

CommunicationDetails()

Creates an new CommunicationDetails instance.

Properties

Body

Body of the communication.

CommunicationDirection

Direction of communication.

CommunicationType

Communication type.

CreatedDate

Time in UTC (ISO 8601 format) when the communication was created.

Id

Id of the resource.

Name

Name of the resource.

ResourceGroupName

Gets the resource group name

Sender

Email address of the sender. This property is required if called by a service principal.

Subject

Subject of the communication.

Type

Type of the resource 'Microsoft.Support/communications'.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommunicationDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommunicationDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ICommunicationDetails.

FromJsonString(String)

Creates a new instance of CommunicationDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommunicationDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to