次の方法で共有


WebTestsOperationsExtensions.ListByComponentNext メソッド

定義

指定したコンポーネントに対して定義されているすべての Application Insights Web テストを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest> ListByComponentNext (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string nextPageLink);
static member ListByComponentNext : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>
<Extension()>
Public Function ListByComponentNext (operations As IWebTestsOperations, nextPageLink As String) As IPage(Of WebTest)

パラメーター

operations
IWebTestsOperations

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

nextPageLink
String

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

戻り値

適用対象