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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET