Share via


DatasetsOperationsExtensions.UpdateRefreshScheduleAsync Method

Definition

Overloads

UpdateRefreshScheduleAsync(IDatasetsOperations, String, RefreshSchedule, CancellationToken)
UpdateRefreshScheduleAsync(IDatasetsOperations, String, RefreshScheduleRequest, CancellationToken)
UpdateRefreshScheduleAsync(IDatasetsOperations, Guid, String, RefreshSchedule, CancellationToken)
UpdateRefreshScheduleAsync(IDatasetsOperations, Guid, String, RefreshScheduleRequest, CancellationToken)

UpdateRefreshScheduleAsync(IDatasetsOperations, String, RefreshSchedule, CancellationToken)

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

Parameters

operations
IDatasetsOperations
datasetId
String
datasetModelRefreshSchedule
RefreshSchedule
cancellationToken
CancellationToken

Returns

Applies to

UpdateRefreshScheduleAsync(IDatasetsOperations, String, RefreshScheduleRequest, CancellationToken)

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

Parameters

operations
IDatasetsOperations
datasetId
String
datasetModelRefreshScheduleRequest
RefreshScheduleRequest
cancellationToken
CancellationToken

Returns

Applies to

UpdateRefreshScheduleAsync(IDatasetsOperations, Guid, String, RefreshSchedule, CancellationToken)

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

Parameters

operations
IDatasetsOperations
groupId
Guid
datasetId
String
datasetModelRefreshSchedule
RefreshSchedule
cancellationToken
CancellationToken

Returns

Applies to

UpdateRefreshScheduleAsync(IDatasetsOperations, Guid, String, RefreshScheduleRequest, CancellationToken)

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

Parameters

operations
IDatasetsOperations
groupId
Guid
datasetId
String
datasetModelRefreshScheduleRequest
RefreshScheduleRequest
cancellationToken
CancellationToken

Returns

Applies to