DirectQueryRefreshScheduleRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| 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)