Import 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
Import() | |
Import(Guid, String, String, IList<Report>, IList<Dataset>, Nullable<DateTime>, Nullable<DateTime>) |
Import()
public Import ();
Public Sub New ()
Applies to
Import(Guid, String, String, IList<Report>, IList<Dataset>, Nullable<DateTime>, Nullable<DateTime>)
public Import (Guid id, string name = default, string importState = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Report> reports = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataset> datasets = default, DateTime? createdDateTime = default, DateTime? updatedDateTime = default);
new Microsoft.PowerBI.Api.Models.Import : Guid * string * string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Report> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataset> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.PowerBI.Api.Models.Import
Public Sub New (id As Guid, Optional name As String = Nothing, Optional importState As String = Nothing, Optional reports As IList(Of Report) = Nothing, Optional datasets As IList(Of Dataset) = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional updatedDateTime As Nullable(Of DateTime) = Nothing)
Parameters
- id
- Guid
- name
- String
- importState
- 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