DatasetsOperationsExtensions.GetRefreshSchedule 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
GetRefreshSchedule(IDatasetsOperations, String) | |
GetRefreshSchedule(IDatasetsOperations, Guid, String) |
GetRefreshSchedule(IDatasetsOperations, String)
public static Microsoft.PowerBI.Api.Models.RefreshSchedule GetRefreshSchedule (this Microsoft.PowerBI.Api.IDatasetsOperations operations, string datasetId);
static member GetRefreshSchedule : Microsoft.PowerBI.Api.IDatasetsOperations * string -> Microsoft.PowerBI.Api.Models.RefreshSchedule
<Extension()>
Public Function GetRefreshSchedule (operations As IDatasetsOperations, datasetId As String) As RefreshSchedule
Parameters
- operations
- IDatasetsOperations
- datasetId
- String
Returns
Applies to
GetRefreshSchedule(IDatasetsOperations, Guid, String)
public static Microsoft.PowerBI.Api.Models.RefreshSchedule GetRefreshSchedule (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId);
static member GetRefreshSchedule : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string -> Microsoft.PowerBI.Api.Models.RefreshSchedule
<Extension()>
Public Function GetRefreshSchedule (operations As IDatasetsOperations, groupId As Guid, datasetId As String) As RefreshSchedule
Parameters
- operations
- IDatasetsOperations
- groupId
- Guid
- datasetId
- String
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.