次の方法で共有


DataBoxEdgeExtensions.GetDataBoxEdgeDevicesAsync メソッド

定義

サブスクリプション内のすべての Data Box Edge/Data Box Gateway デバイスを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • 操作IdDevices_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource> GetDataBoxEdgeDevicesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDataBoxEdgeDevicesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource>
<Extension()>
Public Function GetDataBoxEdgeDevicesAsync (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataBoxEdgeDeviceResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

expand
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象