DevTestLabsExtensions.GetDevTestLabs 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.
Surcharges
GetDevTestLabs(ResourceGroupResource) |
Obtient une collection de DevTestLabResources dans ResourceGroupResource. |
GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken) |
Répertorier les labos dans un abonnement.
|
GetDevTestLabs(ResourceGroupResource)
Obtient une collection de DevTestLabResources dans ResourceGroupResource.
public static Azure.ResourceManager.DevTestLabs.DevTestLabCollection GetDevTestLabs (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDevTestLabs : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.DevTestLabs.DevTestLabCollection
<Extension()>
Public Function GetDevTestLabs (resourceGroupResource As ResourceGroupResource) As DevTestLabCollection
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
Retours
Objet représentant une collection de DevTestLabResources et leurs opérations sur un DevTestLabResource.
S’applique à
GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)
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.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabResource> GetDevTestLabs (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 GetDevTestLabs : Azure.ResourceManager.Resources.SubscriptionResource * string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabResource>
<Extension()>
Public Function GetDevTestLabs (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 Pageable(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 de qui peut nécessiter plusieurs demandes de DevTestLabResource service pour itérer.