Share via


DatasetsOperationsExtensions.GetRefreshSchedule Method

Definition

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