次の方法で共有


ApiManagementServiceOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内のすべてのAPI Management サービスを一覧表示します。

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

パラメーター

operations
IApiManagementServiceOperations

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

resourceGroupName
String

リソース グループの名前。

戻り値

適用対象