DatasetsOperationsExtensions.UpdateRefreshSchedule 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
UpdateRefreshSchedule(IDatasetsOperations, String, RefreshSchedule)
public static void UpdateRefreshSchedule (this Microsoft.PowerBI.Api.IDatasetsOperations operations, string datasetId, Microsoft.PowerBI.Api.Models.RefreshSchedule datasetModelRefreshSchedule);
static member UpdateRefreshSchedule : Microsoft.PowerBI.Api.IDatasetsOperations * string * Microsoft.PowerBI.Api.Models.RefreshSchedule -> unit
<Extension()>
Public Sub UpdateRefreshSchedule (operations As IDatasetsOperations, datasetId As String, datasetModelRefreshSchedule As RefreshSchedule)
Parameters
- operations
- IDatasetsOperations
- datasetId
- String
- datasetModelRefreshSchedule
- RefreshSchedule
Applies to
UpdateRefreshSchedule(IDatasetsOperations, String, RefreshScheduleRequest)
public static void UpdateRefreshSchedule (this Microsoft.PowerBI.Api.IDatasetsOperations operations, string datasetId, Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest);
static member UpdateRefreshSchedule : Microsoft.PowerBI.Api.IDatasetsOperations * string * Microsoft.PowerBI.Api.Models.RefreshScheduleRequest -> unit
<Extension()>
Public Sub UpdateRefreshSchedule (operations As IDatasetsOperations, datasetId As String, datasetModelRefreshScheduleRequest As RefreshScheduleRequest)
Parameters
- operations
- IDatasetsOperations
- datasetId
- String
- datasetModelRefreshScheduleRequest
- RefreshScheduleRequest
Applies to
UpdateRefreshSchedule(IDatasetsOperations, Guid, String, RefreshSchedule)
public static void UpdateRefreshSchedule (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.RefreshSchedule datasetModelRefreshSchedule);
static member UpdateRefreshSchedule : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.RefreshSchedule -> unit
<Extension()>
Public Sub UpdateRefreshSchedule (operations As IDatasetsOperations, groupId As Guid, datasetId As String, datasetModelRefreshSchedule As RefreshSchedule)
Parameters
- operations
- IDatasetsOperations
- groupId
- Guid
- datasetId
- String
- datasetModelRefreshSchedule
- RefreshSchedule
Applies to
UpdateRefreshSchedule(IDatasetsOperations, Guid, String, RefreshScheduleRequest)
public static void UpdateRefreshSchedule (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest);
static member UpdateRefreshSchedule : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.RefreshScheduleRequest -> unit
<Extension()>
Public Sub UpdateRefreshSchedule (operations As IDatasetsOperations, groupId As Guid, datasetId As String, datasetModelRefreshScheduleRequest As RefreshScheduleRequest)
Parameters
- operations
- IDatasetsOperations
- groupId
- Guid
- datasetId
- String
- datasetModelRefreshScheduleRequest
- RefreshScheduleRequest
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET