次の方法で共有


EdgeOrderAddressCollection.GetAllAsync メソッド

定義

指定されたリソース グループで使用できるすべてのアドレスを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses
  • 操作 IdListAddressesAtResourceGroupLevel
public virtual Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource> GetAllAsync (string filter = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeOrderAddressResource)

パラメーター

filter
String

$filterは、配送先住所のプロパティに基づいてフィルター処理するためにサポートされています。 フィルターでは、等しい操作のみがサポートされます。

skipToken
String

$skipTokenは、アドレスの一覧の取得でサポートされています。アドレスの一覧の次のページが表示されます。

cancellationToken
CancellationToken

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

戻り値

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

適用対象