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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET