DevTestLabsExtensions.GetDevTestLabsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorier les labos dans un abonnement.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.DevTestLab/labs
- IdLabs_ListBySubscription d’opération
public static Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabResource> GetDevTestLabsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDevTestLabsAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabResource>
<Extension()>
Public Function GetDevTestLabsAsync (subscriptionResource As SubscriptionResource, 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 DevTestLabResource)
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
- expand
- String
Spécifiez la requête $expand. Exemple : 'properties($select=defaultStorageAccount)'.
- filter
- String
Filtre à appliquer à l’opération. Exemple : '$filter=contains(name,'myName').
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 DevTestLabResource service pour itérer.