CommunicationDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CommunicationDetails() |
Initializes a new instance of the CommunicationDetails class. |
CommunicationDetails(String, String, String, String, String, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the CommunicationDetails class. |
CommunicationDetails()
Initializes a new instance of the CommunicationDetails class.
public CommunicationDetails ();
Public Sub New ()
Applies to
CommunicationDetails(String, String, String, String, String, String, String, String, Nullable<DateTime>)
Initializes a new instance of the CommunicationDetails class.
public CommunicationDetails (string subject, string body, string id = default, string name = default, string type = default, string communicationType = default, string communicationDirection = default, string sender = default, DateTime? createdDate = default);
new Microsoft.Azure.Management.Support.Models.CommunicationDetails : string * string * string * string * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Support.Models.CommunicationDetails
Public Sub New (subject As String, body As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional communicationType As String = Nothing, Optional communicationDirection As String = Nothing, Optional sender As String = Nothing, Optional createdDate As Nullable(Of DateTime) = Nothing)
Parameters
- subject
- String
Subject of the communication.
- body
- String
Body of the communication.
- id
- String
Id of the resource.
- name
- String
Name of the resource.
- type
- String
Type of the resource 'Microsoft.Support/communications'.
- communicationType
- String
Communication type. Possible values include: 'web', 'phone'
- communicationDirection
- String
Direction of communication. Possible values include: 'inbound', 'outbound'
- sender
- String
Email address of the sender. This property is required if called by a service principal.
Applies to
Azure SDK for .NET