ImportsExtensions.PostImportWithFileAsync(IImports, Stream, String, String, CancellationToken) Method
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.
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.Import> PostImportWithFileAsync (this Microsoft.PowerBI.Api.V2.IImports operations, System.IO.Stream fileStream, string datasetDisplayName = null, string nameConflict = null, System.Threading.CancellationToken cancellationToken = null);
static member PostImportWithFileAsync : Microsoft.PowerBI.Api.V2.IImports * System.IO.Stream * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.Import>
Parameters
- operations
- IImports
- fileStream
- System.IO.Stream
- datasetDisplayName
- System.String
- nameConflict
- System.String
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<Import>