次の方法で共有


DataSourcesOperationsExtensions.ListByWorkspaceAsync メソッド

定義

ワークスペース内のデータ ソース インスタンスの最初のページを取得し、次のページへのリンクを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.DataSource>> ListByWorkspaceAsync (this Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter> odataQuery, string resourceGroupName, string workspaceName, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter> * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.DataSource>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As IDataSourcesOperations, odataQuery As ODataQuery(Of DataSourceFilter), resourceGroupName As String, workspaceName As String, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataSource))

パラメーター

operations
IDataSourcesOperations

この拡張メソッドの操作グループ。

odataQuery
ODataQuery<DataSourceFilter>

操作に適用する OData パラメーター。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

skiptoken
String

データ ソース インスタンスのコレクションの開始点。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象