AdminExtensions.GetRefreshablesForCapacity Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public static Microsoft.PowerBI.Api.Models.Refreshables GetRefreshablesForCapacity (this Microsoft.PowerBI.Api.IAdmin operations, Guid capacityId, int top, string expand = default, string filter = default, int? skip = default);
static member GetRefreshablesForCapacity : Microsoft.PowerBI.Api.IAdmin * Guid * int * string * string * Nullable<int> -> Microsoft.PowerBI.Api.Models.Refreshables
<Extension()>
Public Function GetRefreshablesForCapacity (operations As IAdmin, capacityId As Guid, top As Integer, Optional expand As String = Nothing, Optional filter As String = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As Refreshables
Parâmetros
- operations
- IAdmin
- capacityId
- Guid
- top
- Int32
- expand
- String
- filter
- String
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET