CommunicationDetails コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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します。 このプロパティは、サービス プリンシパルによって呼び出される場合に必要です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET