GenerateTokenRequestV2 Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GenerateTokenRequestV2() | |
GenerateTokenRequestV2(IList<GenerateTokenRequestV2Dataset>, IList<GenerateTokenRequestV2Report>, IList<GenerateTokenRequestV2TargetWorkspace>, IList<EffectiveIdentity>) |
GenerateTokenRequestV2()
public GenerateTokenRequestV2 ();
Public Sub New ()
Applies to
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)
Parameters
- datasets
- IList<GenerateTokenRequestV2Dataset>
- reports
- IList<GenerateTokenRequestV2Report>
- targetWorkspaces
- IList<GenerateTokenRequestV2TargetWorkspace>
- identities
- IList<EffectiveIdentity>
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.