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