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

DatasetsOperationsExtensions.GetRefreshHistory 方法

定义

重载

GetRefreshHistory(IDatasetsOperations, String, Nullable<Int32>)
GetRefreshHistory(IDatasetsOperations, Guid, String, Nullable<Int32>)

GetRefreshHistory(IDatasetsOperations, String, Nullable<Int32>)

public static Microsoft.PowerBI.Api.Models.Refreshes GetRefreshHistory (this Microsoft.PowerBI.Api.IDatasetsOperations operations, string datasetId, int? top = default);
static member GetRefreshHistory : Microsoft.PowerBI.Api.IDatasetsOperations * string * Nullable<int> -> Microsoft.PowerBI.Api.Models.Refreshes
<Extension()>
Public Function GetRefreshHistory (operations As IDatasetsOperations, datasetId As String, Optional top As Nullable(Of Integer) = Nothing) As Refreshes

参数

operations
IDatasetsOperations
datasetId
String

返回

适用于

GetRefreshHistory(IDatasetsOperations, Guid, String, Nullable<Int32>)

public static Microsoft.PowerBI.Api.Models.Refreshes GetRefreshHistory (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, int? top = default);
static member GetRefreshHistory : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Nullable<int> -> Microsoft.PowerBI.Api.Models.Refreshes
<Extension()>
Public Function GetRefreshHistory (operations As IDatasetsOperations, groupId As Guid, datasetId As String, Optional top As Nullable(Of Integer) = Nothing) As Refreshes

参数

operations
IDatasetsOperations
groupId
Guid
datasetId
String

返回

适用于