Share via


DatasetsOperationsExtensions.UpdateDirectQueryRefreshScheduleInGroupAsync Method

Definition

Overloads

UpdateDirectQueryRefreshScheduleInGroupAsync(IDatasetsOperations, Guid, String, DirectQueryRefreshSchedule, CancellationToken)
UpdateDirectQueryRefreshScheduleInGroupAsync(IDatasetsOperations, Guid, String, DirectQueryRefreshScheduleRequest, CancellationToken)

UpdateDirectQueryRefreshScheduleInGroupAsync(IDatasetsOperations, Guid, String, DirectQueryRefreshSchedule, CancellationToken)

public static System.Threading.Tasks.Task UpdateDirectQueryRefreshScheduleInGroupAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule datasetDQRefreshSchedule, System.Threading.CancellationToken cancellationToken = default);
static member UpdateDirectQueryRefreshScheduleInGroupAsync : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateDirectQueryRefreshScheduleInGroupAsync (operations As IDatasetsOperations, groupId As Guid, datasetId As String, datasetDQRefreshSchedule As DirectQueryRefreshSchedule, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IDatasetsOperations
groupId
Guid
datasetId
String
datasetDQRefreshSchedule
DirectQueryRefreshSchedule
cancellationToken
CancellationToken

Returns

Applies to

UpdateDirectQueryRefreshScheduleInGroupAsync(IDatasetsOperations, Guid, String, DirectQueryRefreshScheduleRequest, CancellationToken)

public static System.Threading.Tasks.Task UpdateDirectQueryRefreshScheduleInGroupAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, System.Threading.CancellationToken cancellationToken = default);
static member UpdateDirectQueryRefreshScheduleInGroupAsync : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateDirectQueryRefreshScheduleInGroupAsync (operations As IDatasetsOperations, groupId As Guid, datasetId As String, datasetDQRefreshScheduleRequest As DirectQueryRefreshScheduleRequest, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IDatasetsOperations
groupId
Guid
datasetId
String
datasetDQRefreshScheduleRequest
DirectQueryRefreshScheduleRequest
cancellationToken
CancellationToken

Returns

Applies to