GenerateTokenRequest 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
GenerateTokenRequest()
public GenerateTokenRequest ();
Public Sub New ()
Aplica-se a
GenerateTokenRequest(TokenAccessLevel, EffectiveIdentity)
public GenerateTokenRequest (Microsoft.PowerBI.Api.Models.TokenAccessLevel accessLevel, Microsoft.PowerBI.Api.Models.EffectiveIdentity identity);
new Microsoft.PowerBI.Api.Models.GenerateTokenRequest : Microsoft.PowerBI.Api.Models.TokenAccessLevel * Microsoft.PowerBI.Api.Models.EffectiveIdentity -> Microsoft.PowerBI.Api.Models.GenerateTokenRequest
Public Sub New (accessLevel As TokenAccessLevel, identity As EffectiveIdentity)
Parâmetros
- accessLevel
- TokenAccessLevel
- identity
- EffectiveIdentity
Aplica-se a
GenerateTokenRequest(TokenAccessLevel, Nullable<Boolean>, EffectiveIdentity)
public GenerateTokenRequest (Microsoft.PowerBI.Api.Models.TokenAccessLevel accessLevel, bool? allowSaveAs, Microsoft.PowerBI.Api.Models.EffectiveIdentity identity);
new Microsoft.PowerBI.Api.Models.GenerateTokenRequest : Microsoft.PowerBI.Api.Models.TokenAccessLevel * Nullable<bool> * Microsoft.PowerBI.Api.Models.EffectiveIdentity -> Microsoft.PowerBI.Api.Models.GenerateTokenRequest
Public Sub New (accessLevel As TokenAccessLevel, allowSaveAs As Nullable(Of Boolean), identity As EffectiveIdentity)
Parâmetros
- accessLevel
- TokenAccessLevel
- identity
- EffectiveIdentity
Aplica-se a
GenerateTokenRequest(TokenAccessLevel, String, EffectiveIdentity)
public GenerateTokenRequest (Microsoft.PowerBI.Api.Models.TokenAccessLevel accessLevel, string datasetId, Microsoft.PowerBI.Api.Models.EffectiveIdentity identity);
new Microsoft.PowerBI.Api.Models.GenerateTokenRequest : Microsoft.PowerBI.Api.Models.TokenAccessLevel * string * Microsoft.PowerBI.Api.Models.EffectiveIdentity -> Microsoft.PowerBI.Api.Models.GenerateTokenRequest
Public Sub New (accessLevel As TokenAccessLevel, datasetId As String, identity As EffectiveIdentity)
Parâmetros
- accessLevel
- TokenAccessLevel
- datasetId
- String
- identity
- EffectiveIdentity
Aplica-se a
GenerateTokenRequest(TokenAccessLevel, String, Nullable<Boolean>, EffectiveIdentity)
public GenerateTokenRequest (Microsoft.PowerBI.Api.Models.TokenAccessLevel accessLevel, string datasetId, bool? allowSaveAs, Microsoft.PowerBI.Api.Models.EffectiveIdentity identity);
new Microsoft.PowerBI.Api.Models.GenerateTokenRequest : Microsoft.PowerBI.Api.Models.TokenAccessLevel * string * Nullable<bool> * Microsoft.PowerBI.Api.Models.EffectiveIdentity -> Microsoft.PowerBI.Api.Models.GenerateTokenRequest
Public Sub New (accessLevel As TokenAccessLevel, datasetId As String, allowSaveAs As Nullable(Of Boolean), identity As EffectiveIdentity)
Parâmetros
- accessLevel
- TokenAccessLevel
- datasetId
- String
- identity
- EffectiveIdentity
Aplica-se a
GenerateTokenRequest(Nullable<TokenAccessLevel>, String, Nullable<Boolean>, IList<EffectiveIdentity>)
public GenerateTokenRequest (Microsoft.PowerBI.Api.Models.TokenAccessLevel? accessLevel = default, string datasetId = default, bool? allowSaveAs = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.EffectiveIdentity> identities = default);
new Microsoft.PowerBI.Api.Models.GenerateTokenRequest : Nullable<Microsoft.PowerBI.Api.Models.TokenAccessLevel> * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.EffectiveIdentity> -> Microsoft.PowerBI.Api.Models.GenerateTokenRequest
Public Sub New (Optional accessLevel As Nullable(Of TokenAccessLevel) = Nothing, Optional datasetId As String = Nothing, Optional allowSaveAs As Nullable(Of Boolean) = Nothing, Optional identities As IList(Of EffectiveIdentity) = Nothing)
Parâmetros
- accessLevel
- Nullable<TokenAccessLevel>
- datasetId
- String
- 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