EffectiveIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EffectiveIdentity() | |
EffectiveIdentity(String, IList<String>, IList<String>, String, IdentityBlob, IList<String>) |
EffectiveIdentity()
public EffectiveIdentity ();
Public Sub New ()
適用対象
EffectiveIdentity(String, IList<String>, IList<String>, String, IdentityBlob, IList<String>)
public EffectiveIdentity (string username, System.Collections.Generic.IList<string> datasets = default, System.Collections.Generic.IList<string> roles = default, string customData = default, Microsoft.PowerBI.Api.Models.IdentityBlob identityBlob = default, System.Collections.Generic.IList<string> reports = default);
new Microsoft.PowerBI.Api.Models.EffectiveIdentity : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * Microsoft.PowerBI.Api.Models.IdentityBlob * System.Collections.Generic.IList<string> -> Microsoft.PowerBI.Api.Models.EffectiveIdentity
Public Sub New (username As String, Optional datasets As IList(Of String) = Nothing, Optional roles As IList(Of String) = Nothing, Optional customData As String = Nothing, Optional identityBlob As IdentityBlob = Nothing, Optional reports As IList(Of String) = Nothing)
パラメーター
- username
- String
- customData
- String
- identityBlob
- IdentityBlob
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET