DataflowsOperations Class

Definition

public class DataflowsOperations : Microsoft.PowerBI.Api.IDataflowsOperations, Microsoft.Rest.IServiceOperations<Microsoft.PowerBI.Api.PowerBIClient>
type DataflowsOperations = class
    interface IServiceOperations<PowerBIClient>
    interface IDataflowsOperations
Public Class DataflowsOperations
Implements IDataflowsOperations, IServiceOperations(Of PowerBIClient)
Inheritance
DataflowsOperations
Implements

Constructors

DataflowsOperations(PowerBIClient)

Properties

Client

Methods

CancelDataflowTransactionWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
DeleteDataflowWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
ExportDataflowAsAdminWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetDataflowDatasourcesAsAdminWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetDataflowDataSourcesWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
GetDataflowsAsAdminWithHttpMessagesAsync(String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
GetDataflowsInGroupAsAdminWithHttpMessagesAsync(Guid, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
GetDataflowsWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetDataflowTransactionsWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
GetDataflowWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
GetUpstreamDataflowsInGroupAsAdminWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
GetUpstreamDataflowsInGroupWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
RefreshDataflowWithHttpMessagesAsync(Guid, Guid, RefreshRequest, Nullable<Guid>, Dictionary<String,List<String>>, CancellationToken)
UpdateDataflowWithHttpMessagesAsync(Guid, Guid, DataflowUpdateRequestMessage, Dictionary<String,List<String>>, CancellationToken)
UpdateRefreshScheduleWithHttpMessagesAsync(Guid, Guid, RefreshScheduleRequest, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

CancelDataflowTransaction(IDataflowsOperations, Guid, Guid)
CancelDataflowTransactionAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
DeleteDataflow(IDataflowsOperations, Guid, Guid)
DeleteDataflowAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
ExportDataflowAsAdmin(IDataflowsOperations, Guid)
ExportDataflowAsAdminAsync(IDataflowsOperations, Guid, CancellationToken)
GetDataflow(IDataflowsOperations, Guid, Guid)
GetDataflowAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
GetDataflowDataSources(IDataflowsOperations, Guid, Guid)
GetDataflowDatasourcesAsAdmin(IDataflowsOperations, Guid)
GetDataflowDatasourcesAsAdminAsync(IDataflowsOperations, Guid, CancellationToken)
GetDataflowDataSourcesAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
GetDataflows(IDataflowsOperations, Guid)
GetDataflowsAsAdmin(IDataflowsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>)
GetDataflowsAsAdmin(IDataflowsOperations, String, Nullable<Int32>, Nullable<Int32>)
GetDataflowsAsAdminAsync(IDataflowsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
GetDataflowsAsAdminAsync(IDataflowsOperations, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
GetDataflowsAsync(IDataflowsOperations, Guid, CancellationToken)
GetDataflowsInGroupAsAdmin(IDataflowsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>)
GetDataflowsInGroupAsAdminAsync(IDataflowsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
GetDataflowTransactions(IDataflowsOperations, Guid, Guid)
GetDataflowTransactionsAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
GetUpstreamDataflows(IDataflowsOperations, Guid, Guid)
GetUpstreamDataflowsAsAdmin(IDataflowsOperations, Guid, Guid)
GetUpstreamDataflowsAsAdminAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
GetUpstreamDataflowsAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
GetUpstreamDataflowsInGroup(IDataflowsOperations, Guid, Guid)
GetUpstreamDataflowsInGroupAsAdmin(IDataflowsOperations, Guid, Guid)
GetUpstreamDataflowsInGroupAsAdminAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
GetUpstreamDataflowsInGroupAsync(IDataflowsOperations, Guid, Guid, CancellationToken)
RefreshDataflow(IDataflowsOperations, Guid, Guid, RefreshRequest, Nullable<Guid>)
RefreshDataflowAsync(IDataflowsOperations, Guid, Guid, RefreshRequest, Nullable<Guid>, CancellationToken)
UpdateDataflow(IDataflowsOperations, Guid, Guid, DataflowUpdateRequestMessage)
UpdateDataflowAsync(IDataflowsOperations, Guid, Guid, DataflowUpdateRequestMessage, CancellationToken)
UpdateRefreshSchedule(IDataflowsOperations, Guid, Guid, RefreshScheduleRequest)
UpdateRefreshScheduleAsync(IDataflowsOperations, Guid, Guid, RefreshScheduleRequest, CancellationToken)

Applies to