DashboardsExtensions.AddDashboardAsync(IDashboards, AddDashboardRequest, CancellationToken) 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.V2.Models.Dashboard> AddDashboardAsync (this Microsoft.PowerBI.Api.V2.IDashboards operations, Microsoft.PowerBI.Api.V2.Models.AddDashboardRequest requestParameters, System.Threading.CancellationToken cancellationToken = null);
static member AddDashboardAsync : Microsoft.PowerBI.Api.V2.IDashboards * Microsoft.PowerBI.Api.V2.Models.AddDashboardRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.Dashboard>
Parameters
- operations
- IDashboards
- requestParameters
- AddDashboardRequest
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<Dashboard>