次の方法で共有


UsersOperationsExtensions.ListByDataBoxEdgeDeviceAsync メソッド

定義

Data Box Edge/Data Box Gateway デバイスに登録されているすべてのユーザーを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.User>> ListByDataBoxEdgeDeviceAsync (this Microsoft.Azure.Management.DataBoxEdge.IUsersOperations operations, string deviceName, string resourceGroupName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByDataBoxEdgeDeviceAsync : Microsoft.Azure.Management.DataBoxEdge.IUsersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.User>>
<Extension()>
Public Function ListByDataBoxEdgeDeviceAsync (operations As IUsersOperations, deviceName As String, resourceGroupName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of User))

パラメーター

operations
IUsersOperations

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

deviceName
String

デバイス名。

resourceGroupName
String

リソース グループ名。

filter
String

ユーザー型プロパティでフィルター処理するには、$filter='Type eq <type>' を指定します

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象