DatasetsOperationsExtensions.UpdateDirectQueryRefreshScheduleInGroupAsync 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
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
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