次の方法で共有


DevTestLabArtifactCollection.GetAllAsync メソッド

定義

特定の成果物ソース内の成果物を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts
  • 操作IdArtifacts_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactResource> GetAllAsync (string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactResource>
override this.GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactResource>
Public Overridable Function GetAllAsync (Optional expand As String = Nothing, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DevTestLabArtifactResource)

パラメーター

expand
String

$expand クエリを指定します。 例: 'properties($select=title)'

filter
String

操作に適用するフィルター。 例: '$filter=contains(name,'myName')。

top
Nullable<Int32>

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

orderby
String

OData 表記を使用した結果の順序付け式。 例: '$orderby=name desc'

cancellationToken
CancellationToken

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

戻り値

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

適用対象