Share via


DirectQueryRefreshScheduleRequest Constructors

Definition

Overloads

DirectQueryRefreshScheduleRequest()
DirectQueryRefreshScheduleRequest(DirectQueryRefreshSchedule)

DirectQueryRefreshScheduleRequest()

public DirectQueryRefreshScheduleRequest ();
Public Sub New ()

Applies to

DirectQueryRefreshScheduleRequest(DirectQueryRefreshSchedule)

public DirectQueryRefreshScheduleRequest (Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule value);
new Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest : Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule -> Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest
Public Sub New (value As DirectQueryRefreshSchedule)

Parameters

Applies to