ReportsOperationsExtensions.DeleteReport 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
DeleteReport(IReportsOperations, Guid) | |
DeleteReport(IReportsOperations, Guid, Guid) |
DeleteReport(IReportsOperations, Guid)
public static void DeleteReport (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid reportId);
static member DeleteReport : Microsoft.PowerBI.Api.IReportsOperations * Guid -> unit
<Extension()>
Public Sub DeleteReport (operations As IReportsOperations, reportId As Guid)
Parameters
- operations
- IReportsOperations
- reportId
- Guid
Applies to
DeleteReport(IReportsOperations, Guid, Guid)
public static void DeleteReport (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid groupId, Guid reportId);
static member DeleteReport : Microsoft.PowerBI.Api.IReportsOperations * Guid * Guid -> unit
<Extension()>
Public Sub DeleteReport (operations As IReportsOperations, groupId As Guid, reportId As Guid)
Parameters
- operations
- IReportsOperations
- groupId
- Guid
- reportId
- Guid
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