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