你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GenerateTokenRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GenerateTokenRequest()
public GenerateTokenRequest();
Public Sub New ()
适用于
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)
参数
- accessLevel
- TokenAccessLevel
- identity
- EffectiveIdentity
适用于
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)
参数
- accessLevel
- TokenAccessLevel
- identity
- EffectiveIdentity
适用于
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)
参数
- accessLevel
- TokenAccessLevel
- datasetId
- String
- identity
- EffectiveIdentity
适用于
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)
参数
- accessLevel
- TokenAccessLevel
- datasetId
- String
- identity
- EffectiveIdentity
适用于
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)
参数
- accessLevel
- Nullable<TokenAccessLevel>
- datasetId
- String
- identities
- IList<EffectiveIdentity>