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
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