你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatasetsOperationsExtensions.GetRefreshSchedule 方法

定义

重载

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

参数

operations
IDatasetsOperations
datasetId
String

返回

适用于

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

参数

operations
IDatasetsOperations
groupId
Guid
datasetId
String

返回

适用于