DatasetsOperationsExtensions.UpdateDirectQueryRefreshScheduleInGroup Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
UpdateDirectQueryRefreshScheduleInGroup(IDatasetsOperations, Guid, String, DirectQueryRefreshSchedule)
public static void UpdateDirectQueryRefreshScheduleInGroup (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule datasetDQRefreshSchedule);
static member UpdateDirectQueryRefreshScheduleInGroup : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule -> unit
<Extension()>
Public Sub UpdateDirectQueryRefreshScheduleInGroup (operations As IDatasetsOperations, groupId As Guid, datasetId As String, datasetDQRefreshSchedule As DirectQueryRefreshSchedule)
Parâmetros
- operations
- IDatasetsOperations
- groupId
- Guid
- datasetId
- String
- datasetDQRefreshSchedule
- DirectQueryRefreshSchedule
Aplica-se a
UpdateDirectQueryRefreshScheduleInGroup(IDatasetsOperations, Guid, String, DirectQueryRefreshScheduleRequest)
public static void UpdateDirectQueryRefreshScheduleInGroup (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest);
static member UpdateDirectQueryRefreshScheduleInGroup : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest -> unit
<Extension()>
Public Sub UpdateDirectQueryRefreshScheduleInGroup (operations As IDatasetsOperations, groupId As Guid, datasetId As String, datasetDQRefreshScheduleRequest As DirectQueryRefreshScheduleRequest)
Parâmetros
- operations
- IDatasetsOperations
- groupId
- Guid
- datasetId
- String
- datasetDQRefreshScheduleRequest
- DirectQueryRefreshScheduleRequest
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET