ImportsOperationsExtensions.GetImportsAsync 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.
Overloads
GetImportsAsync(IImportsOperations, CancellationToken) | |
GetImportsAsync(IImportsOperations, Guid, CancellationToken) |
GetImportsAsync(IImportsOperations, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Imports> GetImportsAsync (this Microsoft.PowerBI.Api.IImportsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member GetImportsAsync : Microsoft.PowerBI.Api.IImportsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Imports>
<Extension()>
Public Function GetImportsAsync (operations As IImportsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Imports)
Parameters
- operations
- IImportsOperations
- cancellationToken
- CancellationToken
Returns
Applies to
GetImportsAsync(IImportsOperations, Guid, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Imports> GetImportsAsync (this Microsoft.PowerBI.Api.IImportsOperations operations, Guid groupId, System.Threading.CancellationToken cancellationToken = default);
static member GetImportsAsync : Microsoft.PowerBI.Api.IImportsOperations * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Imports>
<Extension()>
Public Function GetImportsAsync (operations As IImportsOperations, groupId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Imports)
Parameters
- operations
- IImportsOperations
- groupId
- Guid
- cancellationToken
- CancellationToken
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET