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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET