GenerateTokenRequestV2Report 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
GenerateTokenRequestV2Report() | |
GenerateTokenRequestV2Report(Guid, Nullable<Boolean>) |
GenerateTokenRequestV2Report()
public GenerateTokenRequestV2Report ();
Public Sub New ()
Applies to
GenerateTokenRequestV2Report(Guid, Nullable<Boolean>)
public GenerateTokenRequestV2Report (Guid id, bool? allowEdit = default);
new Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2Report : Guid * Nullable<bool> -> Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2Report
Public Sub New (id As Guid, Optional allowEdit As Nullable(Of Boolean) = Nothing)
Parameters
- id
- Guid
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET