CommunicationDetails Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CommunicationDetails() |
Initialisiert eine neue instance der CommunicationDetails-Klasse. |
CommunicationDetails(String, String, String, String, String, String, String, String, Nullable<DateTime>) |
Initialisiert eine neue instance der CommunicationDetails-Klasse. |
CommunicationDetails()
Initialisiert eine neue instance der CommunicationDetails-Klasse.
public CommunicationDetails();
Public Sub New ()
Gilt für:
CommunicationDetails(String, String, String, String, String, String, String, String, Nullable<DateTime>)
Initialisiert eine neue instance der CommunicationDetails-Klasse.
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)
Parameter
- subject
- String
Gegenstand der Mitteilung.
- body
- String
Text der Kommunikation.
- id
- String
ID der Ressource.
- name
- String
Der Name der Ressource.
- type
- String
Typ der Ressource "Microsoft.Support/communications".
- communicationType
- String
Kommunikationstyp. Mögliche Werte: "web", "phone"
- communicationDirection
- String
Richtung der Kommunikation. Mögliche Werte: "eingehend", "ausgehend"
- sender
- String
Email Adresse des Absenders. Diese Eigenschaft ist erforderlich, wenn sie von einem Dienstprinzipal aufgerufen wird.
Uhrzeit in UTC (ISO 8601-Format), wann die Kommunikation erstellt wurde.
Gilt für:
Azure SDK for .NET