Freigeben über


DevTestLabArtifactSourceCollection.GetAllAsync Methode

Definition

Auflisten von Artefaktquellen in einem bestimmten Lab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources
  • Vorgangs-IdArtifactSources_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource> 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.DevTestLabArtifactSourceResource>
override this.GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource>
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 DevTestLabArtifactSourceResource)

Parameter

expand
String

Geben Sie die $expand Abfrage an. Beispiel: 'properties($select=displayName)'.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll. Beispiel: '$filter=contains(name,'myName').

top
Nullable<Int32>

Die maximale Anzahl von Ressourcen, die vom Vorgang zurückgegeben werden sollen. Beispiel: '$top=10'.

orderby
String

Der Sortierungsausdruck für die Ergebnisse mit OData-Notation. Beispiel: '$orderby=name desc'.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von DevTestLabArtifactSourceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: