次の方法で共有


DiagnosticsOperationsExtensions.ListHostingEnvironmentDetectorResponsesNext メソッド

定義

ホスティング環境の検出応答を一覧表示する

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse> ListHostingEnvironmentDetectorResponsesNext (this Microsoft.Azure.Management.WebSites.IDiagnosticsOperations operations, string nextPageLink);
static member ListHostingEnvironmentDetectorResponsesNext : Microsoft.Azure.Management.WebSites.IDiagnosticsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>
<Extension()>
Public Function ListHostingEnvironmentDetectorResponsesNext (operations As IDiagnosticsOperations, nextPageLink As String) As IPage(Of DetectorResponse)

パラメーター

operations
IDiagnosticsOperations

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

nextPageLink
String

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

戻り値

注釈

ホスト環境検出応答の一覧表示の説明

適用対象