Refresh 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
Refresh() | |
Refresh(Nullable<RefreshType>, Nullable<DateTime>, Nullable<DateTime>, String, String, String) |
Refresh()
public Refresh ();
Public Sub New ()
Applies to
Refresh(Nullable<RefreshType>, Nullable<DateTime>, Nullable<DateTime>, String, String, String)
public Refresh (Microsoft.PowerBI.Api.Models.RefreshType? refreshType = default, DateTime? startTime = default, DateTime? endTime = default, string serviceExceptionJson = default, string status = default, string requestId = default);
new Microsoft.PowerBI.Api.Models.Refresh : Nullable<Microsoft.PowerBI.Api.Models.RefreshType> * Nullable<DateTime> * Nullable<DateTime> * string * string * string -> Microsoft.PowerBI.Api.Models.Refresh
Public Sub New (Optional refreshType As Nullable(Of RefreshType) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional serviceExceptionJson As String = Nothing, Optional status As String = Nothing, Optional requestId As String = Nothing)
Parameters
- refreshType
- Nullable<RefreshType>
- serviceExceptionJson
- String
- status
- String
- requestId
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET