次の方法で共有


Participant コンストラクター

定義

Participant の新しいインスタンスを初期化します。

public Participant (string profileTypeName, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.ParticipantPropertyReference> participantPropertyReferences, string participantName);
new Azure.ResourceManager.CustomerInsights.Models.Participant : string * seq<Azure.ResourceManager.CustomerInsights.Models.ParticipantPropertyReference> * string -> Azure.ResourceManager.CustomerInsights.Models.Participant
Public Sub New (profileTypeName As String, participantPropertyReferences As IEnumerable(Of ParticipantPropertyReference), participantName As String)

パラメーター

profileTypeName
String

プロファイルの種類名。

participantPropertyReferences
IEnumerable<ParticipantPropertyReference>

プロパティ参照。

participantName
String

参加者名。

例外

profileTypeNameparticipantPropertyReferences、または participantName が null です。

適用対象