次の方法で共有


BatchPrivateLinkResourceCollection.GetAllAsync メソッド

定義

指定したアカウント内のすべてのプライベート リンク リソースを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources
  • 操作IdPrivateLinkResource_ListByBatchAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchPrivateLinkResource> GetAllAsync (int? maxresults = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchPrivateLinkResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchPrivateLinkResource>
Public Overridable Function GetAllAsync (Optional maxresults As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BatchPrivateLinkResource)

パラメーター

maxresults
Nullable<Int32>

応答で返される項目の最大数。

cancellationToken
CancellationToken

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

戻り値

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

適用対象