次の方法で共有


WebTestsOperationsExtensions.ListNext(IWebTestsOperations, String) メソッド

定義

サブスクリプション内のすべての Application Insights Web テスト アラート定義を取得します。

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

パラメーター

operations
IWebTestsOperations

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

nextPageLink
String

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

戻り値

適用対象