CommunicationDetails Class

Object that represents a Communication resource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.support._serialization.Model
CommunicationDetails

Constructor

CommunicationDetails(*, subject: str, body: str, sender: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
sender
str

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

subject
str

Subject of the communication. Required.

body
str

Body of the communication. Required.

Variables

Name Description
id
str

Id of the resource.

name
str

Name of the resource.

type
str

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

communication_type

Communication type. Known values are: "web" and "phone".

communication_direction

Direction of communication. Known values are: "inbound" and "outbound".

sender
str

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

subject
str

Subject of the communication. Required.

body
str

Body of the communication. Required.

created_date

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