次の方法で共有


WebTestsOperationsExtensions.ListByResourceGroupNext メソッド

定義

指定したリソース グループ内で定義されているすべての Application Insights Web テストを取得します。

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

パラメーター

operations
IWebTestsOperations

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

nextPageLink
String

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

戻り値

適用対象