次の方法で共有


WebTestsOperationsExtensions.ListByComponent メソッド

定義

指定したコンポーネントに対して定義されているすべての Application Insights Web テストを取得します。

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

パラメーター

operations
IWebTestsOperations

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

componentName
String

Application Insights コンポーネント リソースの名前。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

戻り値

適用対象