次の方法で共有


AppsOperationsExtensions.ListByResourceGroup(IAppsOperations, String) メソッド

定義

リソース グループ内のすべての IoT Central アプリケーションを取得します。

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

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

IoT Central アプリケーションを含むリソース グループの名前。

戻り値

適用対象