次の方法で共有


ComponentsOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内の Application Insights コンポーネントの一覧を取得します。

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

パラメーター

operations
IComponentsOperations

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

resourceGroupName
String

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

戻り値

適用対象