次の方法で共有


DataBoxEdgeDeviceCollection.GetAll(String, CancellationToken) メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • 操作IdDevices_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource> GetAll (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource>
Public Overridable Function GetAll (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataBoxEdgeDeviceResource)

パラメーター

expand
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の DataBoxEdgeDeviceResource サービス要求を受け取る可能性がある のコレクション。

適用対象