次の方法で共有


ProjectDevBoxDefinitionCollection.GetAll メソッド

定義

プロジェクト用に構成された Dev Box 定義を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions
  • 操作IdDevBoxDefinitions_ListByProject
public virtual Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectDevBoxDefinitionResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectDevBoxDefinitionResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectDevBoxDefinitionResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProjectDevBoxDefinitionResource)

パラメーター

top
Nullable<Int32>

操作から返されるリソースの最大数。 例: '$top=10'。

cancellationToken
CancellationToken

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

戻り値

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

適用対象