Partager via


ReportsOperationsExtensions.DeleteReportAsync Méthode

Définition

Surcharges

DeleteReportAsync(IReportsOperations, Guid, CancellationToken)
DeleteReportAsync(IReportsOperations, Guid, Guid, CancellationToken)

DeleteReportAsync(IReportsOperations, Guid, CancellationToken)

public static System.Threading.Tasks.Task DeleteReportAsync (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid reportId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteReportAsync : Microsoft.PowerBI.Api.IReportsOperations * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteReportAsync (operations As IReportsOperations, reportId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

operations
IReportsOperations
reportId
Guid
cancellationToken
CancellationToken

Retours

S’applique à

DeleteReportAsync(IReportsOperations, Guid, Guid, CancellationToken)

public static System.Threading.Tasks.Task DeleteReportAsync (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid groupId, Guid reportId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteReportAsync : Microsoft.PowerBI.Api.IReportsOperations * Guid * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteReportAsync (operations As IReportsOperations, groupId As Guid, reportId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

operations
IReportsOperations
groupId
Guid
reportId
Guid
cancellationToken
CancellationToken

Retours

S’applique à