DashboardsOperationsExtensions.AddDashboardAsync Method
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
AddDashboardAsync(IDashboardsOperations, AddDashboardRequest, CancellationToken) | |
AddDashboardAsync(IDashboardsOperations, Guid, AddDashboardRequest, CancellationToken) |
AddDashboardAsync(IDashboardsOperations, AddDashboardRequest, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboard> AddDashboardAsync (this Microsoft.PowerBI.Api.IDashboardsOperations operations, Microsoft.PowerBI.Api.Models.AddDashboardRequest requestParameters, System.Threading.CancellationToken cancellationToken = default);
static member AddDashboardAsync : Microsoft.PowerBI.Api.IDashboardsOperations * Microsoft.PowerBI.Api.Models.AddDashboardRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboard>
<Extension()>
Public Function AddDashboardAsync (operations As IDashboardsOperations, requestParameters As AddDashboardRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Dashboard)
Parameters
- operations
- IDashboardsOperations
- requestParameters
- AddDashboardRequest
- cancellationToken
- CancellationToken
Returns
Applies to
AddDashboardAsync(IDashboardsOperations, Guid, AddDashboardRequest, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboard> AddDashboardAsync (this Microsoft.PowerBI.Api.IDashboardsOperations operations, Guid groupId, Microsoft.PowerBI.Api.Models.AddDashboardRequest requestParameters, System.Threading.CancellationToken cancellationToken = default);
static member AddDashboardAsync : Microsoft.PowerBI.Api.IDashboardsOperations * Guid * Microsoft.PowerBI.Api.Models.AddDashboardRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboard>
<Extension()>
Public Function AddDashboardAsync (operations As IDashboardsOperations, groupId As Guid, requestParameters As AddDashboardRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Dashboard)
Parameters
- operations
- IDashboardsOperations
- groupId
- Guid
- requestParameters
- AddDashboardRequest
- cancellationToken
- CancellationToken
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.