次の方法で共有


DevicesOperationsExtensions.ListByResourceGroupAsync メソッド

定義

リソース グループ内のすべての Data Box Edge/Data Box Gateway デバイスを取得します。

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

パラメーター

operations
IDevicesOperations

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

resourceGroupName
String

リソース グループ名。

expand
String

$expand=details を指定して、リソースに関連する追加フィールドを設定するか、$skipToken=<token> を指定して一覧の次のページに入力します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象