次の方法で共有


DiagnosticsOperationsExtensions.ListHostingEnvironmentDetectorResponsesAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>> ListHostingEnvironmentDetectorResponsesAsync (this Microsoft.Azure.Management.WebSites.IDiagnosticsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListHostingEnvironmentDetectorResponsesAsync : Microsoft.Azure.Management.WebSites.IDiagnosticsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>>
<Extension()>
Public Function ListHostingEnvironmentDetectorResponsesAsync (operations As IDiagnosticsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DetectorResponse))

パラメーター

operations
IDiagnosticsOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

[サイト名]

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

ホスト環境検出機能の応答の一覧の説明

適用対象