DatasetsExtensions.GetGatewayDatasourcesAsync Method (IDatasets, String, String, String, CancellationToken)

 

Gets a list of bound gateway datasources for the specified dataset

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

Syntax

public static Task<ODataResponseListGatewayDatasource> GetGatewayDatasourcesAsync(
    this IDatasets operations,
    string collectionName,
    string workspaceId,
    string datasetKey,
    CancellationToken cancellationToken = null
)

Parameters

  • collectionName
    Type: System.String

    The workspace collection name

Return Value

Type: System.Threading.Tasks.Task<ODataResponseListGatewayDatasource>

See Also

DatasetsExtensions Class
Microsoft.PowerBI.Api.Beta Namespace

Return to top