DatasetsOperationsExtensions.GetDatasetToDataflowsLinksInGroupAsync 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.Models.DatasetToDataflowLinksResponse> GetDatasetToDataflowsLinksInGroupAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, System.Threading.CancellationToken cancellationToken = default);
static member GetDatasetToDataflowsLinksInGroupAsync : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>
<Extension()>
Public Function GetDatasetToDataflowsLinksInGroupAsync (operations As IDatasetsOperations, groupId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DatasetToDataflowLinksResponse)
Parameters
- operations
- IDatasetsOperations
- groupId
- Guid
- cancellationToken
- CancellationToken