Partager via


DevTestLabResource.GetGalleryImagesAsync Méthode

Définition

Répertorier les images de galerie dans un labo donné.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/galleryimages
  • IdGalleryImages_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImage> GetGalleryImagesAsync (string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGalleryImagesAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImage>
override this.GetGalleryImagesAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImage>
Public Overridable Function GetGalleryImagesAsync (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 DevTestLabGalleryImage)

Paramètres

expand
String

Spécifiez la requête $expand. Exemple : 'properties($select=author)'.

filter
String

Filtre à appliquer à l’opération. Exemple : '$filter=contains(name,'myName').

top
Nullable<Int32>

Nombre maximal de ressources à retourner à partir de l’opération. Exemple : « $top=10 ».

orderby
String

Expression de classement des résultats, à l’aide de la notation OData. Exemple : '$orderby=name desc'.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de DevTestLabGalleryImage service pour itérer.

S’applique à