Import Class

 

The import object

Namespace:   Microsoft.PowerBI.Api.Beta.Models
Assembly:  Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)

Inheritance Hierarchy

System.Object
  Microsoft.PowerBI.Api.Beta.Models.Import

Syntax

public class Import

Constructors

Name Description
System_CAPS_pubmethod Import()

Initializes a new instance of the Import class.

System_CAPS_pubmethod Import(String, String, String, IList<Import>, IList<Dataset>)

Initializes a new instance of the Import class.

Properties

Name Description
System_CAPS_pubproperty Datasets

The datasets associated with this import

System_CAPS_pubproperty Id

The import id

System_CAPS_pubproperty ImportState

The import upload state

System_CAPS_pubproperty Name

The import name name

System_CAPS_pubproperty Reports

The reports associated with this import

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.PowerBI.Api.Beta.Models Namespace

Return to top