DatasetsOperationsExtensions.GetRefreshSchedule Método

Definição

Sobrecargas

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

Parâmetros

operations
IDatasetsOperations
datasetId
String

Retornos

Aplica-se a

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

Parâmetros

operations
IDatasetsOperations
groupId
Guid
datasetId
String

Retornos

Aplica-se a