DataflowsOperationsExtensions.GetDataflowsAsAdmin メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetDataflowsAsAdmin(IDataflowsOperations, String, Nullable<Int32>, Nullable<Int32>) | |
GetDataflowsAsAdmin(IDataflowsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>) |
GetDataflowsAsAdmin(IDataflowsOperations, String, Nullable<Int32>, Nullable<Int32>)
public static Microsoft.PowerBI.Api.Models.Dataflows GetDataflowsAsAdmin (this Microsoft.PowerBI.Api.IDataflowsOperations operations, string filter = default, int? top = default, int? skip = default);
static member GetDataflowsAsAdmin : Microsoft.PowerBI.Api.IDataflowsOperations * string * Nullable<int> * Nullable<int> -> Microsoft.PowerBI.Api.Models.Dataflows
<Extension()>
Public Function GetDataflowsAsAdmin (operations As IDataflowsOperations, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As Dataflows
パラメーター
- operations
- IDataflowsOperations
- filter
- String
戻り値
適用対象
GetDataflowsAsAdmin(IDataflowsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>)
public static Microsoft.PowerBI.Api.Models.Dataflows GetDataflowsAsAdmin (this Microsoft.PowerBI.Api.IDataflowsOperations operations, Guid groupId, string filter = default, int? top = default, int? skip = default);
static member GetDataflowsAsAdmin : Microsoft.PowerBI.Api.IDataflowsOperations * Guid * string * Nullable<int> * Nullable<int> -> Microsoft.PowerBI.Api.Models.Dataflows
<Extension()>
Public Function GetDataflowsAsAdmin (operations As IDataflowsOperations, groupId As Guid, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As Dataflows
パラメーター
- operations
- IDataflowsOperations
- groupId
- Guid
- filter
- String
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET