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
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