Partager via


DevTestLabsExtensions.GetDevTestLabs Méthode

Définition

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.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.DevTestLab/labs
  • IdLabs_ListBySubscription d’opération

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').

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 de qui peut nécessiter plusieurs demandes de DevTestLabResource service pour itérer.

S’applique à