次の方法で共有


DataSourcesOperationsExtensions.ListByWorkspaceNext メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.DataSource> ListByWorkspaceNext(this Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations operations, string nextPageLink);
static member ListByWorkspaceNext : Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.DataSource>
<Extension()>
Public Function ListByWorkspaceNext (operations As IDataSourcesOperations, nextPageLink As String) As IPage(Of DataSource)

パラメーター

operations
IDataSourcesOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象