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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET