ImportInfo 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
ImportInfo() | |
ImportInfo(String, Nullable<ConnectionType>, String) |
ImportInfo()
public ImportInfo ();
Public Sub New ()
Applies to
ImportInfo(String, Nullable<ConnectionType>, String)
public ImportInfo (string filePath = default, Microsoft.PowerBI.Api.Models.ConnectionType? connectionType = default, string fileUrl = default);
new Microsoft.PowerBI.Api.Models.ImportInfo : string * Nullable<Microsoft.PowerBI.Api.Models.ConnectionType> * string -> Microsoft.PowerBI.Api.Models.ImportInfo
Public Sub New (Optional filePath As String = Nothing, Optional connectionType As Nullable(Of ConnectionType) = Nothing, Optional fileUrl As String = Nothing)
Parameters
- filePath
- String
- connectionType
- Nullable<ConnectionType>
- fileUrl
- 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