次の方法で共有


CommunicationDetails コンストラクター

定義

オーバーロード

CommunicationDetails()

CommunicationDetails クラスの新しいインスタンスを初期化します。

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

CommunicationDetails クラスの新しいインスタンスを初期化します。

CommunicationDetails()

CommunicationDetails クラスの新しいインスタンスを初期化します。

public CommunicationDetails ();
Public Sub New ()

適用対象

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

CommunicationDetails クラスの新しいインスタンスを初期化します。

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)

パラメーター

subject
String

通信の件名。

body
String

通信の本文。

id
String

リソースの ID。

name
String

リソースの名前。

type
String

リソース 'Microsoft.Support/communications' の種類。

communicationType
String

通信の種類。 使用可能な値は次のとおりです: 'web'、'phone'

communicationDirection
String

通信の方向。 使用できる値は次のとおりです。

sender
String

送信者のアドレスをEmailします。 このプロパティは、サービス プリンシパルによって呼び出される場合に必要です。

createdDate
Nullable<DateTime>

通信が作成された UTC (ISO 8601 形式) の時刻。

適用対象