次の方法で共有


DatasetsOperationsExtensions.GetDirectQueryRefreshScheduleInGroupAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule> GetDirectQueryRefreshScheduleInGroupAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, System.Threading.CancellationToken cancellationToken = default);
static member GetDirectQueryRefreshScheduleInGroupAsync : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>
<Extension()>
Public Function GetDirectQueryRefreshScheduleInGroupAsync (operations As IDatasetsOperations, groupId As Guid, datasetId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DirectQueryRefreshSchedule)

パラメーター

operations
IDatasetsOperations
groupId
Guid
datasetId
String
cancellationToken
CancellationToken

戻り値

適用対象