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