GenerateTokenRequestV2 Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GenerateTokenRequestV2() | |
GenerateTokenRequestV2(IList<GenerateTokenRequestV2Dataset>, IList<GenerateTokenRequestV2Report>, IList<GenerateTokenRequestV2TargetWorkspace>, IList<EffectiveIdentity>) |
GenerateTokenRequestV2()
public GenerateTokenRequestV2 ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- datasets
- IList<GenerateTokenRequestV2Dataset>
- reports
- IList<GenerateTokenRequestV2Report>
- targetWorkspaces
- IList<GenerateTokenRequestV2TargetWorkspace>
- identities
- IList<EffectiveIdentity>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET