Partager via


Import Constructeurs

Définition

Surcharges

Import()
Import(Guid, String, String, IList<Report>, IList<Dataset>, Nullable<DateTime>, Nullable<DateTime>)

Import()

public Import ();
Public Sub New ()

S’applique à

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)

Paramètres

id
Guid
name
String
importState
String
reports
IList<Report>
datasets
IList<Dataset>
createdDateTime
Nullable<DateTime>
updatedDateTime
Nullable<DateTime>

S’applique à