次の方法で共有


GroupUserOperationsExtensions.ListAsync メソッド

定義

グループに関連付けられているユーザー エンティティのコレクションを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.UserContract>> ListAsync (this Microsoft.Azure.Management.ApiManagement.IGroupUserOperations operations, string resourceGroupName, string serviceName, string groupId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.UserContract> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ApiManagement.IGroupUserOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.UserContract> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.UserContract>>
<Extension()>
Public Function ListAsync (operations As IGroupUserOperations, resourceGroupName As String, serviceName As String, groupId As String, Optional odataQuery As ODataQuery(Of UserContract) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of UserContract))

パラメーター

operations
IGroupUserOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

groupId
String

グループ識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

odataQuery
ODataQuery<UserContract>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象