Share via


AdminExtensions.GetRefreshables Method

Definition

public static Microsoft.PowerBI.Api.Models.Refreshables GetRefreshables (this Microsoft.PowerBI.Api.IAdmin operations, int top, string expand = default, string filter = default, int? skip = default);
static member GetRefreshables : Microsoft.PowerBI.Api.IAdmin * int * string * string * Nullable<int> -> Microsoft.PowerBI.Api.Models.Refreshables
<Extension()>
Public Function GetRefreshables (operations As IAdmin, top As Integer, Optional expand As String = Nothing, Optional filter As String = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As Refreshables

Parameters

operations
IAdmin
top
Int32
expand
String
filter
String
skip
Nullable<Int32>

Returns

Applies to