DashboardsOperationsExtensions.AddDashboardInGroupAsync 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.
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboard> AddDashboardInGroupAsync (this Microsoft.PowerBI.Api.IDashboardsOperations operations, Guid groupId, Microsoft.PowerBI.Api.Models.AddDashboardRequest requestParameters, System.Threading.CancellationToken cancellationToken = default);
static member AddDashboardInGroupAsync : 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 AddDashboardInGroupAsync (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