DatasetsExtensions.GetTablesInGroupAsync(IDatasets, 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.ODataResponseListTable> GetTablesInGroupAsync (this Microsoft.PowerBI.Api.V2.IDatasets operations, string groupId, string datasetKey, System.Threading.CancellationToken cancellationToken = default);
static member GetTablesInGroupAsync : Microsoft.PowerBI.Api.V2.IDatasets * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.ODataResponseListTable>
<Extension()>
Public Function GetTablesInGroupAsync (operations As IDatasets, groupId As String, datasetKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ODataResponseListTable)
Parameters
- operations
- IDatasets
- groupId
- System.String
- datasetKey
- System.String
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<ODataResponseListTable>