DatasetsOperationsExtensions.UpdateDirectQueryRefreshScheduleAsync 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
UpdateDirectQueryRefreshScheduleAsync(IDatasetsOperations, Guid, String, DirectQueryRefreshSchedule, CancellationToken)
public static System.Threading.Tasks.Task UpdateDirectQueryRefreshScheduleAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule datasetDQRefreshSchedule, System.Threading.CancellationToken cancellationToken = default);
static member UpdateDirectQueryRefreshScheduleAsync : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateDirectQueryRefreshScheduleAsync (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
UpdateDirectQueryRefreshScheduleAsync(IDatasetsOperations, Guid, String, DirectQueryRefreshScheduleRequest, CancellationToken)
public static System.Threading.Tasks.Task UpdateDirectQueryRefreshScheduleAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, System.Threading.CancellationToken cancellationToken = default);
static member UpdateDirectQueryRefreshScheduleAsync : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateDirectQueryRefreshScheduleAsync (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
UpdateDirectQueryRefreshScheduleAsync(IDatasetsOperations, String, DirectQueryRefreshSchedule, CancellationToken)
public static System.Threading.Tasks.Task UpdateDirectQueryRefreshScheduleAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule datasetDQRefreshSchedule, System.Threading.CancellationToken cancellationToken = default);
static member UpdateDirectQueryRefreshScheduleAsync : Microsoft.PowerBI.Api.IDatasetsOperations * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateDirectQueryRefreshScheduleAsync (operations As IDatasetsOperations, datasetId As String, datasetDQRefreshSchedule As DirectQueryRefreshSchedule, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IDatasetsOperations
- datasetId
- String
- datasetDQRefreshSchedule
- DirectQueryRefreshSchedule
- cancellationToken
- CancellationToken
Returns
Applies to
UpdateDirectQueryRefreshScheduleAsync(IDatasetsOperations, String, DirectQueryRefreshScheduleRequest, CancellationToken)
public static System.Threading.Tasks.Task UpdateDirectQueryRefreshScheduleAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, System.Threading.CancellationToken cancellationToken = default);
static member UpdateDirectQueryRefreshScheduleAsync : Microsoft.PowerBI.Api.IDatasetsOperations * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateDirectQueryRefreshScheduleAsync (operations As IDatasetsOperations, datasetId As String, datasetDQRefreshScheduleRequest As DirectQueryRefreshScheduleRequest, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IDatasetsOperations
- datasetId
- String
- datasetDQRefreshScheduleRequest
- DirectQueryRefreshScheduleRequest
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET