Partager via


DevTestLabDiskCollection.GetAllAsync Méthode

Définition

Répertorier les disques dans un profil utilisateur donné.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks
  • IdDisks_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabDiskResource> 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.DevTestLabDiskResource>
override this.GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabDiskResource>
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 DevTestLabDiskResource)

Paramètres

expand
String

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

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 DevTestLabDiskResource service pour itérer.

S’applique à