次の方法で共有


DiagnosticsOperationsExtensions.ListHostingEnvironmentDetectorResponses メソッド

定義

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

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

パラメーター

operations
IDiagnosticsOperations

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

resourceGroupName
String

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

name
String

[サイト名]

戻り値

注釈

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

適用対象