DatasetsOperationsExtensions.GetDatasetsAsAdminAsync Method

Definition

Overloads

GetDatasetsAsAdminAsync(IDatasetsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

C#
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Datasets> GetDatasetsAsAdminAsync(this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string filter = default, int? top = default, int? skip = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

operations
IDatasetsOperations
groupId
Guid
filter
String
skip
Nullable<Int32>
expand
String
cancellationToken
CancellationToken

Returns

Applies to

Azure SDK for .NET Latest
Продукт Версії
Azure SDK for .NET Latest

GetDatasetsAsAdminAsync(IDatasetsOperations, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

C#
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Datasets> GetDatasetsAsAdminAsync(this Microsoft.PowerBI.Api.IDatasetsOperations operations, string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

operations
IDatasetsOperations
filter
String
skip
Nullable<Int32>
cancellationToken
CancellationToken

Returns

Applies to

Azure SDK for .NET Latest
Продукт Версії
Azure SDK for .NET Latest